diff --git a/Gemfile.lock b/Gemfile.lock index 9b90617..bd6fef2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redlock (1.1.0) + redlock (1.2.0) redis (>= 3.0.0, < 5.0) GEM diff --git a/lib/redlock/version.rb b/lib/redlock/version.rb index 77a427a..ce637e8 100644 --- a/lib/redlock/version.rb +++ b/lib/redlock/version.rb @@ -1,3 +1,3 @@ module Redlock - VERSION = '1.1.0' + VERSION = '1.2.0' end