summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-01 22:38:34 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-01 22:38:34 +0000
commitb3cfb9b508a7f4b651fd9a2662466b62fe58b2af (patch)
treee9d00a01caaa73ee8a4518276a797e9c3fefa5b4 /lib
parentb85012390a3e0a9938061d62f9d904206d9a6750 (diff)
downloadchef-b3cfb9b508a7f4b651fd9a2662466b62fe58b2af.tar.gz
Bump version to 15.12.23 by Chef Expeditorv15.12.23
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 7095634389..975c24f265 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.22")
+ VERSION = Chef::VersionString.new("15.12.23")
end
#