summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-11 17:04:30 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-11 17:04:30 +0000
commiteaa308a34c24aef7b374c16098fca360db449ea8 (patch)
tree543e1a37ce31e32bca333388b8ea63009dcb8c65 /lib/chef
parent5915b5201783189bc9ec758e94630cde8ec13c51 (diff)
downloadchef-eaa308a34c24aef7b374c16098fca360db449ea8.tar.gz
Bump version to 15.8.24 by Chef Expeditorv15.8.24
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 85cf1f7054..0cddba6792 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.8.23")
+ VERSION = Chef::VersionString.new("15.8.24")
end
#