diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:31:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:31:14 +0000 |
commit | a1c178b4e169c579e88dd591acc6deb10c0eb5a4 (patch) | |
tree | 3062d5f98f6888203c7d2309f7676470efd81d38 /chef-utils | |
parent | d80b25609263309d7cfcd18c062700691824d5dd (diff) | |
download | chef-a1c178b4e169c579e88dd591acc6deb10c0eb5a4.tar.gz |
Bump version to 17.8.33 by Chef Expeditorv17.8.33
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 17a88e245b..58224b5531 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.8.32" + VERSION = "17.8.33" end |