From a0ee58838f76e604ddb52306c4bcea2c4894e50e Mon Sep 17 00:00:00 2001 From: k1LoW Date: Tue, 5 Sep 2017 13:52:05 +0900 Subject: [PATCH] Bump up version number --- lib/awsecrets/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awsecrets/version.rb b/lib/awsecrets/version.rb index 159c163..3d4b76f 100644 --- a/lib/awsecrets/version.rb +++ b/lib/awsecrets/version.rb @@ -1,3 +1,3 @@ module Awsecrets - VERSION = '1.12.1' + VERSION = '1.13.0' end