summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-27 20:56:18 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-27 20:56:18 +0000
commit5fd95b07d03105b98fe860bc772f7a58fd0a9927 (patch)
tree5def6db701b29bc14baa9c2ea2478525034591d4 /chef-utils
parent2b2c2ef217181bb2833ccf0620258d1df21f7fcb (diff)
downloadchef-5fd95b07d03105b98fe860bc772f7a58fd0a9927.tar.gz
Bump version to 16.0.162 by Chef Expeditorv16.0.162
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 8cf67cc8a9..7e59d8a87e 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.161".freeze
+ VERSION = "16.0.162".freeze
end