Skip to content

Commit

Permalink
Merge pull request #318 from DeployGate/jmatsu/bump/v0.9.1
Browse files Browse the repository at this point in the history
Bump up to v0.9.1
  • Loading branch information
jmatsu authored May 2, 2024
2 parents e82c1b2 + 4e97dd8 commit 0fd6c7e
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.0'
VERSION = '0.9.1'
VERSION_CODE = Gem::Version.new(VERSION).segments.reverse.each_with_index.map { |v, i| 100 ** i * v }.reduce(&:+)
end

0 comments on commit 0fd6c7e

Please sign in to comment.