diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-16 16:42:18 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-16 16:42:18 +0000 |
commit | 1d7a668841a51f6d46544205d126b83b8d4bdb27 (patch) | |
tree | 41f6b7a1949b32d9d3a99e1807c76f270a85eb40 /lib | |
parent | bb93b4a218947db25a5607b6f65d4e24879eaef5 (diff) | |
download | chef-1d7a668841a51f6d46544205d126b83b8d4bdb27.tar.gz |
Bump version to 16.2.38 by Chef Expeditorv16.2.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 c8875fe571..b61e4e83ff 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.2.37") + VERSION = Chef::VersionString.new("16.2.38") end # |