From 16d35d333ac4beaa85d0d1a523bb88c54cd80cc7 Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Tue, 14 May 2024 11:50:10 +0900 Subject: [PATCH] bump: Bump up to 0.10.0 --- 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 7da0e6c..52fc123 100644 --- a/lib/deploygate/version.rb +++ b/lib/deploygate/version.rb @@ -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