summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-30 16:26:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-30 16:26:51 +0000
commit338b85c9919afa60391e26430dbd511b56c07e3f (patch)
treedfaf2dad383f78f8294baf42121aacfbdcbeeb10 /chef-utils
parentc383b2b7014fdc1bbe7272a512b8d037385ab445 (diff)
downloadchef-338b85c9919afa60391e26430dbd511b56c07e3f.tar.gz
Bump version to 16.0.33 by Chef Expeditorv16.0.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.rb2
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 d27f838075..64658e7099 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.32".freeze
+ VERSION = "16.0.33".freeze
end