From 3fdab8ea081dc078b3b097e562298fbdfaf47e63 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Sat, 9 Oct 2021 07:51:48 +0900 Subject: [PATCH] Bump up version number --- lib/awspec/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awspec/version.rb b/lib/awspec/version.rb index 933b98e4..27cca81e 100644 --- a/lib/awspec/version.rb +++ b/lib/awspec/version.rb @@ -1,3 +1,3 @@ module Awspec - VERSION = '1.25.0' + VERSION = '1.25.1' end