Skip to content

Commit

Permalink
bump: Bump up to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed May 2, 2024
1 parent e82c1b2 commit 4e97dd8
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 4e97dd8

Please sign in to comment.