diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-02 22:41:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-02 22:41:32 +0000 |
commit | 4970d4ef540b7511ed108f74a6c3972cb0ee7764 (patch) | |
tree | 16c17c972b6bbb8e332d1dd07599c63b989e2793 /chef-utils | |
parent | 82a4abf871f0c100fb79800ab0ecd1342f228faf (diff) | |
download | chef-4970d4ef540b7511ed108f74a6c3972cb0ee7764.tar.gz |
Bump version to 16.0.179 by Chef Expeditorv16.0.179
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 bd873aa819..3180cf1f3c 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.178".freeze + VERSION = "16.0.179".freeze end |