diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-25 20:23:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-25 20:23:15 +0000 |
commit | a65b05983fd077c38092cea8c6a76c324f8f4614 (patch) | |
tree | 1e4d210beef901f72ea8671aacbee1468cefbad2 /lib | |
parent | d6880be193be276acd21f3867d75180ea738e7b1 (diff) | |
download | chef-a65b05983fd077c38092cea8c6a76c324f8f4614.tar.gz |
Bump version to 16.17.38 by Chef Expeditorv16.17.38
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 0948f025ce..ddc3809409 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("16.17.37") + VERSION = Chef::VersionString.new("16.17.38") end # |