diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-16 20:04:59 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-16 20:04:59 +0000 |
commit | de0f8667b1c2d1d4addfda63e383305f3d168c54 (patch) | |
tree | a68259cb475cb94a79ed6bee34b7903d0688065a /lib/chef/version.rb | |
parent | f8f9c16b38a529ac7b0bc8809a1602bffdbbac2d (diff) | |
download | chef-de0f8667b1c2d1d4addfda63e383305f3d168c54.tar.gz |
Bump version to 14.14.37 by Chef Expeditorv14.14.37
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 1644c5aca1..763cba8c46 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.14.36") + VERSION = Chef::VersionString.new("14.14.37") end # |