We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f6bf4 commit 0ac3679Copy full SHA for 0ac3679
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