summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-25 02:04:48 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-25 02:04:48 +0000
commit3f340d9ecbaaa610f62b21ea106b31d0ba162146 (patch)
tree945f26bae3d52bb105b8c2364817f39412d0b45e /chef-config/lib
parent5824488ea9dd362a797eb26030ea8826c123c019 (diff)
downloadchef-3f340d9ecbaaa610f62b21ea106b31d0ba162146.tar.gz
Bump version to 15.1.24 by Chef Expeditorv15.1.24
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 bf2cc4826f..54345854cc 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.1.23".freeze
+ VERSION = "15.1.24".freeze
end
#