summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-22 20:14:24 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-22 20:14:24 +0000
commited0c748602972e0bfd701d6f022cca6fb9185b3c (patch)
treea452b92c320c7fad713efb856c518e9b89b07262 /chef-config
parent42e9da03505473cda5ba0fd095f650e0bfbe0f0e (diff)
downloadchef-ed0c748602972e0bfd701d6f022cca6fb9185b3c.tar.gz
Bump version to 16.3.24 by Chef Expeditorv16.3.24
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 c8bc5bf855..0ec0ed3ae8 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.3.23".freeze
+ VERSION = "16.3.24".freeze
end