Skip to content

Commit 0039703

Browse files
authored
Merge pull request #312 from DeployGate/bump/0.9.0
bump to 0.9.0
2 parents 36ddbc4 + 0a1f3d2 commit 0039703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/deploygate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module DeployGate
2-
VERSION = '0.8.6'
2+
VERSION = '0.9.0'
33
VERSION_CODE = Gem::Version.new(VERSION).segments.reverse.each_with_index.map { |v, i| 100 ** i * v }.reduce(&:+)
44
end

0 commit comments

Comments
 (0)