diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-25 21:33:38 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-25 21:33:38 +0000 |
commit | 372ce32577b49a499638a58d4f38ffbaab7640aa (patch) | |
tree | 9c9a5593bad4cbe70d27c0b601e1dae9341da193 /lib/chef/version.rb | |
parent | a9cd3999e2358057108ff4613addccf5a6ab50f1 (diff) | |
download | chef-372ce32577b49a499638a58d4f38ffbaab7640aa.tar.gz |
Bump version to 16.0.82 by Chef Expeditorv16.0.82
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 a4ce423a22..9216acd06f 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.81") + VERSION = Chef::VersionString.new("16.0.82") end # |