diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-04 21:24:31 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-04 21:24:31 +0000 |
commit | dd0e2dbb8b299157c9bf82c9ac7d7dd374b31ca7 (patch) | |
tree | 091e3d2e89498b8a4843fef41c9a7ae74fd53828 /chef-utils | |
parent | 01b591da5149f7dad6b3e285e5ca450776f225d8 (diff) | |
download | chef-dd0e2dbb8b299157c9bf82c9ac7d7dd374b31ca7.tar.gz |
Bump version to 16.0.272 by Chef Expeditorv16.0.272
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 3b987df81f..8c6248243d 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.271".freeze + VERSION = "16.0.272".freeze end |