summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-15 04:44:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-15 04:44:49 +0000
commite2fe8eb41634152e192575c3daf27d338fc8f816 (patch)
treedd44aee029cecea9642eb9dfdb72c2fd5cd49444 /lib/chef
parent42f0d5433d43d1e72d45751645c4649c0a710a3e (diff)
downloadchef-e2fe8eb41634152e192575c3daf27d338fc8f816.tar.gz
Bump version to 17.3.0 by Chef Expeditorv17.3.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 6a2e701153..045900bec4 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.2.38")
+ VERSION = Chef::VersionString.new("17.3.0")
end
#