summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-22 16:52:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-22 16:52:11 +0000
commitfe1e2f837cf2eb5a45829a4cf15b1966979531d7 (patch)
treee78f3c52918c1290c873fc5fb89e2090f1093cc9 /chef-utils
parenteef12606e94b9a5df00b47d3de2b455d2d79b937 (diff)
downloadchef-fe1e2f837cf2eb5a45829a4cf15b1966979531d7.tar.gz
Bump version to 16.16.0 by Chef Expeditorv16.16.0
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 fa8bf69eb6..fe8ed0e35d 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 = "16.15.22"
+ VERSION = "16.16.0"
end