summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-17 22:24:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-17 22:24:00 +0000
commit05dea0bca25bbbe7946a856fca4e9ca8814ba6f7 (patch)
tree88289c8a928b3ce703d38dfce5df4accfb733324 /chef-config
parent3e1776fef2e279d08ba461f578f9a83bdbc63d00 (diff)
downloadchef-05dea0bca25bbbe7946a856fca4e9ca8814ba6f7.tar.gz
Bump version to 15.7.24 by Chef Expeditor
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 67d74476a8..9815fc50e0 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("../..", __FILE__)
- VERSION = "15.7.23".freeze
+ VERSION = "15.7.24".freeze
end