summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-03 03:36:14 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-03 03:36:14 +0000
commit3c5b85815d39e307404ae923c5615e04f83d72da (patch)
tree13b4788707497053cf1b2f17352d26db92cd5c1a /chef-config
parentc97b941e95dc674b1a72967447bb2faa8706aa49 (diff)
downloadchef-3c5b85815d39e307404ae923c5615e04f83d72da.tar.gz
Bump version to 15.4.24 by Chef Expeditorv15.4.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 f011f65a3a..49ec457b71 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.4.23".freeze
+ VERSION = "15.4.24".freeze
end
#