diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 00:03:59 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 00:03:59 +0000 |
commit | 93ba95d8b656c9baf35b4709abff06bc809c9be6 (patch) | |
tree | 49d16a98af36f8664db9d90c90cb98aa7f0b6ddb /lib | |
parent | 9e4d46d23742ad3f1a74bc451fe2608acb150c82 (diff) | |
download | chef-93ba95d8b656c9baf35b4709abff06bc809c9be6.tar.gz |
Bump version to 16.3.62 by Chef Expeditorv16.3.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 675f16e742..70c8d635fc 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.3.61") + VERSION = Chef::VersionString.new("16.3.62") end # |