From a9552eff30069d4dcd446e8cb4a478413a29b479 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Tue, 16 Aug 2022 13:20:46 +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 f90e129b..a1821220 100644 --- a/lib/awspec/version.rb +++ b/lib/awspec/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Awspec - VERSION = '1.27.1' + VERSION = '1.28.0' end