summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-02 22:41:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-02 22:41:32 +0000
commit4970d4ef540b7511ed108f74a6c3972cb0ee7764 (patch)
tree16c17c972b6bbb8e332d1dd07599c63b989e2793 /chef-utils
parent82a4abf871f0c100fb79800ab0ecd1342f228faf (diff)
downloadchef-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.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 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