summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 19:40:47 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 19:40:47 +0000
commitac57672e9a1fcb2b1d22b7045f278889bfeabe01 (patch)
tree6271757ea1c4774c0ecd33bcc9eab788e12f5faf /lib
parent0fae310c6bf6d1ac53ff3450b4d4cf3f2c14a937 (diff)
downloadchef-ac57672e9a1fcb2b1d22b7045f278889bfeabe01.tar.gz
Bump version to 15.12.17 by Chef Expeditorv15.12.17
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 6d9d7e0a0c..524242cd2f 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.16")
+ VERSION = Chef::VersionString.new("15.12.17")
end
#