Skip to content

Commit

Permalink
Merge pull request #322 from DeployGate/jmatsu/bump/version_to_0.10.0
Browse files Browse the repository at this point in the history
Bump up to 0.10.0
  • Loading branch information
jmatsu authored May 14, 2024
2 parents 422274b + 16d35d3 commit 2b98ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deploygate/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module DeployGate
VERSION = '0.9.1'
VERSION = '0.10.0'
VERSION_CODE = Gem::Version.new(VERSION).segments.reverse.each_with_index.map { |v, i| 100 ** i * v }.reduce(&:+)
end

0 comments on commit 2b98ea1

Please sign in to comment.