From 4e97dd8f63bd3d373e7fc0f3e0ff113ae1085aea Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Thu, 2 May 2024 17:47:02 +0900 Subject: [PATCH] bump: Bump up to v0.9.1 --- lib/deploygate/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deploygate/version.rb b/lib/deploygate/version.rb index 33f4314..7da0e6c 100644 --- a/lib/deploygate/version.rb +++ b/lib/deploygate/version.rb @@ -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