summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-30 01:21:59 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-30 01:21:59 +0000
commit8c77b40ded402a3630ca67dadf5409ccb06131b7 (patch)
tree38843ad1b732735c4924e6260c39ebacbd638418 /lib
parentd04fcc0abc5b12322de0841d975ac7dd8829eaa7 (diff)
downloadchef-8c77b40ded402a3630ca67dadf5409ccb06131b7.tar.gz
Bump version to 17.8.15 by Chef Expeditorv17.8.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 9710cb8549..3192b0027b 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.8.14")
+ VERSION = Chef::VersionString.new("17.8.15")
end
#