diff --git a/Gemfile.lock b/Gemfile.lock index 411ebde..7df1045 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - datory (2.1.0.rc1) + datory (2.2.0.rc1) activesupport (>= 5.1, < 8.0) i18n (~> 1.14) servactory (= 2.9.0.rc3) diff --git a/lib/datory/version.rb b/lib/datory/version.rb index 9fd8f1e..4e978af 100644 --- a/lib/datory/version.rb +++ b/lib/datory/version.rb @@ -3,7 +3,7 @@ module Datory module VERSION MAJOR = 2 - MINOR = 1 + MINOR = 2 PATCH = 0 PRE = "rc1"