summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-03 04:51:59 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-03 04:51:59 +0000
commitac48009ac24168f1156c4717af19902261e1457c (patch)
treed2c47df0171cabbe9804b81d534c98ce34bc260a /lib
parentef9ce5bfaaf7ec4201ae3e2114c1f8f9e5b216cf (diff)
downloadchef-ac48009ac24168f1156c4717af19902261e1457c.tar.gz
Bump version to 17.3.15 by Chef Expeditorv17.3.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 17c7bc9a52..417739bf16 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.3.14")
+ VERSION = Chef::VersionString.new("17.3.15")
end
#