summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-20 04:50:48 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-20 04:50:51 +0000
commit9d3367dc2d80116f7737cc3a11b9bccba15583c1 (patch)
tree8c53aabca047398c6f478e16b1237d44f1f119cd /chef-config
parent8fc95c818700279bc0ce4c7371d2c44e2e54a075 (diff)
downloadchef-9d3367dc2d80116f7737cc3a11b9bccba15583c1.tar.gz
Bump version to 16.9.24 by Chef Expeditorv16.9.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 71a23658ea..cdd7bbfbb8 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.9.23".freeze
+ VERSION = "16.9.24".freeze
end