diff --git a/Gemfile.lock b/Gemfile.lock index a45726a..d6330f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redlock (0.1.6) + redlock (0.1.7) redis (~> 3, >= 3.3.0) GEM diff --git a/lib/redlock/version.rb b/lib/redlock/version.rb index ec88984..a40ffa6 100644 --- a/lib/redlock/version.rb +++ b/lib/redlock/version.rb @@ -1,3 +1,3 @@ module Redlock - VERSION = '0.1.6' + VERSION = '0.1.7' end