diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-25 00:10:12 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-25 00:10:12 +0000 |
commit | 9a94ad702f8456f0e934b59264c04ffe3a6a87cc (patch) | |
tree | df04f90cba8b9339f9222b20df244b418998f284 /lib | |
parent | 6aa9764c249a8090170f8725cf8fe0cc0fbdfaa4 (diff) | |
download | chef-9a94ad702f8456f0e934b59264c04ffe3a6a87cc.tar.gz |
Bump version to 16.0.16 by Chef Expeditorv16.0.16
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 f0a57cb5f6..2038703476 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.15") + VERSION = Chef::VersionString.new("16.0.16") end # |