We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9f6bf4 + 0ac3679 commit 9e1440fCopy full SHA for 9e1440f
1 file changed
lib/deploygate/version.rb
@@ -1,4 +1,4 @@
1
module DeployGate
2
- VERSION = '0.8.5'
+ VERSION = '0.8.6'
3
VERSION_CODE = Gem::Version.new(VERSION).segments.reverse.each_with_index.map { |v, i| 100 ** i * v }.reduce(&:+)
4
end
0 commit comments