From 5e86d8aff693bbb7ecb5c0e0188a9d50ec6eb376 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 5 Feb 2018 10:09:00 +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 76c7a2401..bdafe5ed3 100644 --- a/lib/awspec/version.rb +++ b/lib/awspec/version.rb @@ -1,3 +1,3 @@ module Awspec - VERSION = '1.3.0' + VERSION = '1.3.1' end