summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-01 02:05:38 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-01 02:05:39 +0000
commiteca1ee532149035f674db53f09c66019f2911195 (patch)
treee91f349a9f25a391424137f0923a6f85bacffb6c /lib
parent4f429be77dd1c707745ae66a0c1415079f4bd398 (diff)
downloadchef-eca1ee532149035f674db53f09c66019f2911195.tar.gz
Bump version to 15.4.17 by Chef Expeditorv15.4.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 f11c893e6d..cf0ecd2641 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.4.16")
+ VERSION = Chef::VersionString.new("15.4.17")
end
#