diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-22 05:18:34 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-22 05:18:34 +0000 |
commit | 07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc (patch) | |
tree | 92d96065654ffe7492e5ff46ab4cbdde73bb173a /chef-utils | |
parent | ebcaa97ec4a6447b9cbfd6c9249ef77b6ad1bedd (diff) | |
download | chef-07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc.tar.gz |
Bump version to 17.0.5 by Chef Expeditorv17.0.5chef-master
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 1f98ec9b30..c1d5f0fd88 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "17.0.4" + VERSION = "17.0.5" end |