Skip to content

Commit 9e1440f

Browse files
authored
Merge pull request #308 from DeployGate/bump/0.8.6
bump to 0.8.6
2 parents f9f6bf4 + 0ac3679 commit 9e1440f

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.5'
2+
VERSION = '0.8.6'
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)