summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-26 16:38:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-26 16:38:28 +0000
commit1eadc5e244dc328db489cd0643e33694dcfb24c7 (patch)
treedd454d1a4f42d3fd22930d7d16758f16981807be /chef-config
parent11e89d3d2d29e150698d7675226e74fc80ed8b96 (diff)
downloadchef-1eadc5e244dc328db489cd0643e33694dcfb24c7.tar.gz
Bump version to 17.7.24 by Chef Expeditorv17.7.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 de9341341c..ce9a8c875e 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 = "17.7.23".freeze
+ VERSION = "17.7.24".freeze
end