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