From 1f00e774f6168a2283d94e5c03fd527ffcd52eb9 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 18 Jul 2022 21:18:18 +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 c5e08dbf..f90e129b 100644 --- a/lib/awspec/version.rb +++ b/lib/awspec/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Awspec - VERSION = '1.27.0' + VERSION = '1.27.1' end