summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-08 23:42:44 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-08 23:42:44 +0000
commitd5c93d7c14d145b73f782c895c301caf046dea1a (patch)
tree5ba419db66c907491358eed558ee7876a2230a2b /chef-utils
parentbd68e3bd6b16831f66ef7d3c46b2e0d0f0bd8f53 (diff)
downloadchef-d5c93d7c14d145b73f782c895c301caf046dea1a.tar.gz
Bump version to 16.5.36 by Chef Expeditorv16.5.36
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 5e792b3887..9d8a7b0bc3 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("..", __dir__)
- VERSION = "16.5.35".freeze
+ VERSION = "16.5.36".freeze
end