From ce4293c35739d4dbeb0edae6e8d02d277c67a9e4 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Wed, 22 Mar 2017 20:41:59 +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 d8c61dc..4e96823 100644 --- a/lib/awsecrets/version.rb +++ b/lib/awsecrets/version.rb @@ -1,3 +1,3 @@ module Awsecrets - VERSION = '1.9.0' + VERSION = '1.10.0' end