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