summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-17 01:24:07 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-17 01:24:07 +0000
commit4df4fd2ddfdf6169ac3b297088bff8e2a1ce5ef6 (patch)
treef6091b8692d036817a776c75f3a382d01adf9b1d /lib
parent792bd73e89447eda4068890955d2744a0a43ac76 (diff)
downloadchef-4df4fd2ddfdf6169ac3b297088bff8e2a1ce5ef6.tar.gz
Bump version to 15.6.17 by Chef Expeditorv15.6.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 7120fe6e78..7e63639047 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.6.16")
+ VERSION = Chef::VersionString.new("15.6.17")
end
#