We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36ddbc4 + 0a1f3d2 commit 0039703Copy full SHA for 0039703
1 file changed
lib/deploygate/version.rb
@@ -1,4 +1,4 @@
1
module DeployGate
2
- VERSION = '0.8.6'
+ VERSION = '0.9.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