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 /chef-utils | |
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 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index fc6570e441..605175c7d3 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.106".freeze + VERSION = "16.0.107".freeze end |