diff --git a/lib/deploygate/version.rb b/lib/deploygate/version.rb index 33f4314..7da0e6c 100644 --- a/lib/deploygate/version.rb +++ b/lib/deploygate/version.rb @@ -1,4 +1,4 @@ module DeployGate - VERSION = '0.9.0' + VERSION = '0.9.1' VERSION_CODE = Gem::Version.new(VERSION).segments.reverse.each_with_index.map { |v, i| 100 ** i * v }.reduce(&:+) end