summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 03:09:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 03:09:15 +0000
commit8b9382961f7ef994cf5746d6a038088f1242cd6d (patch)
tree0d06132b5186e756cc85ca756faf3a4dc944d7d6 /lib
parentdd79e571b6b28c6b84e8f1b247d891921f0e5f76 (diff)
downloadchef-8b9382961f7ef994cf5746d6a038088f1242cd6d.tar.gz
Bump version to 17.6.15 by Chef Expeditorv17.6.15
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 541882e2ed..a71f1ca7b3 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("..", __dir__)
- VERSION = Chef::VersionString.new("17.6.14")
+ VERSION = Chef::VersionString.new("17.6.15")
end
#