diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-13 02:05:46 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-13 02:05:46 +0000 |
commit | eee7b29f8fee52a277b628eaf067e12f886d07f8 (patch) | |
tree | 23c207053458dc500e1595c357cc2f3a5445333c /lib | |
parent | 28f905bca369b592f104d4704a59b116812f4250 (diff) | |
download | chef-eee7b29f8fee52a277b628eaf067e12f886d07f8.tar.gz |
Bump version to 16.0.62 by Chef Expeditorv16.0.62
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 e5ed4e00df..cc11279523 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.0.61") + VERSION = Chef::VersionString.new("16.0.62") end # |