summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-27 00:13:25 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-27 00:13:25 +0000
commitf05dc3618241eaac5755b9904fc9ceb43e59a455 (patch)
tree4f7500b419184f904661fd7f5839b51b0ce1f2a3 /chef-utils
parent1cb187d96c0efd6b3f4640ee7ebf86aa33814372 (diff)
downloadchef-f05dc3618241eaac5755b9904fc9ceb43e59a455.tar.gz
Bump version to 16.5.22 by Chef Expeditorv16.5.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 879a214979..7f1fe6389d 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("..", __dir__)
- VERSION = "16.5.21".freeze
+ VERSION = "16.5.22".freeze
end