diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-02 21:33:07 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-02 21:33:07 +0000 |
commit | 5139c1a3fbf3535d763c31b3071022dc3a4ab3d5 (patch) | |
tree | b5fd0e7a1c24bc05fc048694f074f08c45e0fc73 /lib | |
parent | 7bcbd738b843d7bfce97d6b6b00a57f01b6e36b0 (diff) | |
download | chef-5139c1a3fbf3535d763c31b3071022dc3a4ab3d5.tar.gz |
Bump version to 16.0.107 by Chef Expeditorv16.0.107
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 18fe6e6f01..9609afbb9b 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.106") + VERSION = Chef::VersionString.new("16.0.107") end # |