summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-21 19:42:04 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-21 19:42:04 +0000
commit72358264954b89b73acad1386e32c7b13969a903 (patch)
treeb8d52cc4f748621ec492f3bbd1e517a32701896e /lib
parentfb8094fda51b233f8c88d16a3eab907b2a9bd98f (diff)
downloadchef-72358264954b89b73acad1386e32c7b13969a903.tar.gz
Bump version to 17.3.6 by Chef Expeditorv17.3.6
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 e324f582ef..bee7ce7ec5 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.5")
+ VERSION = Chef::VersionString.new("17.3.6")
end
#