Skip to content

Commit 730a589

Browse files
authored
Merge pull request #301 from DeployGate/bump/0.8.5
bump to 0.8.5
2 parents e4cbb04 + f48121d commit 730a589

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.4'
2+
VERSION = '0.8.5'
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)