diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-25 01:29:59 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-25 01:29:59 +0000 |
commit | 4a1814e08abb240a8f5ab029b793d80ae2613fda (patch) | |
tree | 8d40df0f9febe1676025989f87a19b1ed6a22835 /lib/chef/version.rb | |
parent | 452b131478e707cb320b53f25951d5d3b7c26262 (diff) | |
download | chef-4a1814e08abb240a8f5ab029b793d80ae2613fda.tar.gz |
Bump version to 16.0.81 by Chef Expeditorv16.0.81
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 f748e662ac..a4ce423a22 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.80") + VERSION = Chef::VersionString.new("16.0.81") end # |