Skip to content

Commit 2b98ea1

Browse files
authored
Merge pull request #322 from DeployGate/jmatsu/bump/version_to_0.10.0
Bump up to 0.10.0
2 parents 422274b + 16d35d3 commit 2b98ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.9.1'
2+
VERSION = '0.10.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)