From fbf484a38230fe75bd0449e7329002ad5b55aaa5 Mon Sep 17 00:00:00 2001 From: ScriptAutomate Date: Tue, 6 Jul 2021 12:33:29 -0500 Subject: [PATCH] Bumping gem version to 0.7.0 --- README.md | 2 ++ lib/kitchen-salt/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed02b3bd..8fda3ecb 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,5 @@ PR's and other changes should validated using Github Actions, kitchen-docker, mu git add stuff git commit -v gem bump --release --tag + gem build kitchen-salt.gemspec + gem push kitchen-salt-.gem diff --git a/lib/kitchen-salt/version.rb b/lib/kitchen-salt/version.rb index 4ebdec47..8a173ffe 100644 --- a/lib/kitchen-salt/version.rb +++ b/lib/kitchen-salt/version.rb @@ -1,5 +1,5 @@ module Kitchen module Salt - VERSION = '0.6.3'.freeze + VERSION = '0.7.0'.freeze end end