summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-23 00:19:06 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-23 00:19:06 +0000
commit9b90cdebf9453c7e2afe3b9828cdd451b0eef7ee (patch)
tree18a6397d6589ab1a03ddce76d066be570a313848 /chef-utils/lib/chef-utils
parent906739ec44ccdcd9ba2c4aa5410c8d4d2dd31643 (diff)
downloadchef-9b90cdebf9453c7e2afe3b9828cdd451b0eef7ee.tar.gz
Bump version to 16.0.236 by Chef Expeditorv16.0.236
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 9c8473db7b..b87839aaf5 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.235".freeze
+ VERSION = "16.0.236".freeze
end