summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-30 23:39:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-30 23:39:39 +0000
commit49871d07c9c209f474612b4762043b94500c0f51 (patch)
treebcdc31ef2dd795534ca9efbbd59cd94628fedfa8 /chef-utils
parentb4aca3a306e46d5a8c3eadada213c15698cf8553 (diff)
downloadchef-49871d07c9c209f474612b4762043b94500c0f51.tar.gz
Bump version to 16.0.37 by Chef Expeditorv16.0.37
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 21da42aeb0..5b93bc5133 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.36".freeze
+ VERSION = "16.0.37".freeze
end