diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-15 01:37:37 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-15 01:37:37 +0000 |
commit | 787206045a026d5317682042da74b5ac21b41822 (patch) | |
tree | bacc5ae0c0740953c4f4e1ca0b5f8761baf53122 /lib/chef/version.rb | |
parent | 504dc422074cf83111b8076cd92da2c185fbbe27 (diff) | |
download | chef-787206045a026d5317682042da74b5ac21b41822.tar.gz |
Bump version to 17.2.38 by Chef Expeditorv17.2.38
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 eef789a783..6a2e701153 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.37") + VERSION = Chef::VersionString.new("17.2.38") end # |