diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-02 16:29:24 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-02 16:29:24 +0000 |
commit | a9ca9f4d99814f08188dc64b07ad26e36b01a2da (patch) | |
tree | a1a4d7e9a4915bb8e1c608a86033b1e47302ca7d /chef-utils | |
parent | 78175f8d4b195b819cf1a6dee26767c870f9f20b (diff) | |
download | chef-a9ca9f4d99814f08188dc64b07ad26e36b01a2da.tar.gz |
Bump version to 16.0.177 by Chef Expeditorv16.0.177
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 585631535e..8245c836c6 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.176".freeze + VERSION = "16.0.177".freeze end |