Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<version>.gem
2 changes: 1 addition & 1 deletion lib/kitchen-salt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Kitchen
module Salt
VERSION = '0.6.3'.freeze
VERSION = '0.7.0'.freeze
end
end