diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-21 00:14:05 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-21 00:14:05 +0000 |
commit | db21135c646e2376206d73d364f2f7bac60c039d (patch) | |
tree | 46722fb5acb70211587e0183545980f563f67f1e /chef-utils | |
parent | 58d916108a8255a56cbb146e3846b44054371bc3 (diff) | |
download | chef-db21135c646e2376206d73d364f2f7bac60c039d.tar.gz |
Bump version to 16.0.72 by Chef Expeditorv16.0.72
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 4a63f0c6ff..d15856a3f0 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.71".freeze + VERSION = "16.0.72".freeze end |