diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-19 17:40:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-19 17:40:19 +0000 |
commit | cff97d80bee0d1269eed28f4c128f56e69da4aad (patch) | |
tree | 5ce91ccbd5b0362bf6009085596b7b3b1a8e13cf /chef-utils | |
parent | 50aeab0943d3131370ea6452954d0ae863818832 (diff) | |
download | chef-cff97d80bee0d1269eed28f4c128f56e69da4aad.tar.gz |
Bump version to 17.0.161 by Chef Expeditorv17.0.161
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 3187d35500..ddcab2e893 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.160" + VERSION = "17.0.161" end |