summaryrefslogtreecommitdiff
path: root/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 /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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index e339e15a91..3b9bb91c78 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.23")
+ VERSION = Chef::VersionString.new("15.1.24")
end
#