summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-14 02:10:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-14 02:10:41 +0000
commit2e65a83487e2e045d4673ed2e5b1e954858f1268 (patch)
treea8eb7484ba10891d5d6f75057b2f41d752d9b5db /chef-utils/lib/chef-utils
parent8bef29766fef3e222dd9889e67b69a35f3f9ace4 (diff)
downloadchef-2e65a83487e2e045d4673ed2e5b1e954858f1268.tar.gz
Bump version to 16.0.137 by Chef Expeditorv16.0.137
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 905a8b2fce..141b37c18e 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.136".freeze
+ VERSION = "16.0.137".freeze
end