summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-13 23:38:33 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-13 23:38:33 +0000
commita174a8db9239186ef8c289ae241d1a2b1bd520d4 (patch)
tree861bbba2f291864d809c9d612e65431a37514f29 /chef-utils/lib/chef-utils
parent729399e63bb37c5e52996ac2fe68dfdc1116b558 (diff)
downloadchef-a174a8db9239186ef8c289ae241d1a2b1bd520d4.tar.gz
Bump version to 16.0.136 by Chef Expeditorv16.0.136
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 38a9cddad5..905a8b2fce 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.135".freeze
+ VERSION = "16.0.136".freeze
end