summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-09 20:22:37 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-09 20:22:37 +0000
commit31726341ce015330751174002ed62e5ea8945743 (patch)
tree18f10a0799601505c309fe8a0001ae54ea5bed64 /chef-utils
parentcd2552d5b681805424fca8b0bfe90e526bcdcbf6 (diff)
downloadchef-31726341ce015330751174002ed62e5ea8945743.tar.gz
Bump version to 16.17.3 by Chef Expeditorv16.17.3
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 6de1126c9a..89f5547c84 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.17.2"
+ VERSION = "16.17.3"
end