summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-06 21:49:45 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-06 21:49:45 +0000
commit5c03f35d05bc79a9b88203bf30a252f705588ec3 (patch)
tree1be75ab4f31534cc5dbf597519a80042db09bcda /lib
parent054a5d485d8308b6e48b3eac7e56b964620a71b4 (diff)
downloadchef-5c03f35d05bc79a9b88203bf30a252f705588ec3.tar.gz
Bump version to 15.12.24 by Chef Expeditorv15.12.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 975c24f265..b00b808e02 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.12.23")
+ VERSION = Chef::VersionString.new("15.12.24")
end
#