summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-04 05:47:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-04 05:47:22 +0000
commit52e5accd057374f76dcca5d0cc8e51a98d1a3162 (patch)
treed0d6d2814bfb2320103c1837e23903822b28133f /chef-config
parenta1df6cd9ee03b8196c1ddb70152c93d08b164a29 (diff)
downloadchef-52e5accd057374f76dcca5d0cc8e51a98d1a3162.tar.gz
Bump version to 16.10.24 by Chef Expeditorv16.10.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 a34e57dd5b..20ced892d1 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.10.23".freeze
+ VERSION = "16.10.24".freeze
end