From 640070c910e551387abdb379e6c9f9adf514d6a9 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Sat, 1 Aug 2020 13:04:33 +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 3ddc9f5fa..31b81b153 100644 --- a/lib/awspec/version.rb +++ b/lib/awspec/version.rb @@ -1,3 +1,3 @@ module Awspec - VERSION = '1.21.0' + VERSION = '1.21.1' end