summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-20 20:04:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-20 20:04:23 +0000
commit17ca4f949e3a0cf2c4769c533f6b32b64e4f0f97 (patch)
tree1b875e2f97d682a3ff29783d287215fc261b6b8e /chef-utils
parent5a0fcc398e979ce282be71311bb7e596632b10aa (diff)
downloadchef-17ca4f949e3a0cf2c4769c533f6b32b64e4f0f97.tar.gz
Bump version to 16.15.22 by Chef Expeditorv16.15.22
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 f52dea08f5..fa8bf69eb6 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.21"
+ VERSION = "16.15.22"
end