From c7e33266ec954d3a829f9bdbe427a0fd7ab4886a Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 28 Mar 2018 21:57:34 -0400 Subject: [PATCH] Tag new version --- Gemfile.lock | 8 ++++---- lib/psenv/version.rb | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 834aaf3..14d856d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ PATH remote: . specs: - psenv (0.0.1) + psenv (0.1.0) aws-sdk-ssm (~> 1) - psenv-rails (0.0.1) - psenv (= 0.0.1) + psenv-rails (0.1.0) + psenv (= 0.1.0) railties (>= 3.2, < 5.2) GEM @@ -31,7 +31,7 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) ast (2.4.0) - aws-partitions (1.71.0) + aws-partitions (1.72.0) aws-sdk-core (3.17.1) aws-partitions (~> 1.0) aws-sigv4 (~> 1.0) diff --git a/lib/psenv/version.rb b/lib/psenv/version.rb index 3578d5e..6596160 100644 --- a/lib/psenv/version.rb +++ b/lib/psenv/version.rb @@ -1,3 +1,3 @@ module Psenv - VERSION = "0.0.1".freeze + VERSION = "0.1.0".freeze end