summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-02 16:29:24 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-02 16:29:24 +0000
commita9ca9f4d99814f08188dc64b07ad26e36b01a2da (patch)
treea1a4d7e9a4915bb8e1c608a86033b1e47302ca7d /chef-utils
parent78175f8d4b195b819cf1a6dee26767c870f9f20b (diff)
downloadchef-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.rb2
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