We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 422274b + 16d35d3 commit 2b98ea1Copy full SHA for 2b98ea1
lib/deploygate/version.rb
@@ -1,4 +1,4 @@
1
module DeployGate
2
- VERSION = '0.9.1'
+ VERSION = '0.10.0'
3
VERSION_CODE = Gem::Version.new(VERSION).segments.reverse.each_with_index.map { |v, i| 100 ** i * v }.reduce(&:+)
4
end
0 commit comments