diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-21 19:42:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-21 19:42:04 +0000 |
commit | 72358264954b89b73acad1386e32c7b13969a903 (patch) | |
tree | b8d52cc4f748621ec492f3bbd1e517a32701896e /lib/chef/version.rb | |
parent | fb8094fda51b233f8c88d16a3eab907b2a9bd98f (diff) | |
download | chef-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/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |