summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-09 21:13:19 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-09 21:13:19 +0000
commit4bf644037f2409b5fcf4e1aedb1736a2b26b1b57 (patch)
tree62f40cacc6f077841247aa22dbec017c87ae402e /chef-config
parentf9cf018204c522f8341cf7fcab748ae6327d00a8 (diff)
downloadchef-4bf644037f2409b5fcf4e1aedb1736a2b26b1b57.tar.gz
Bump version to 16.17.4 by Chef Expeditorv16.17.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 7147cae51d..b67731e312 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.17.3".freeze
+ VERSION = "16.17.4".freeze
end