summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-13 16:16:01 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-13 16:16:01 +0000
commit9cdf03ee25d0349459474e33f42c64d68bd900e1 (patch)
treecdabebe7a258b5e99c011cadef998b07c6229db6 /chef-bin
parent0fd9d21ce3f3d5252111e7787190bb5e23dd6ac5 (diff)
downloadchef-9cdf03ee25d0349459474e33f42c64d68bd900e1.tar.gz
Bump version to 15.2.24 by Chef Expeditorv15.2.24
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index c1cd05a7d7..d4d90d38e2 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.2.23".freeze
+ VERSION = "15.2.24".freeze
end
#