summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 22:10:19 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 22:10:19 +0000
commit051998e10d4188594ec8ce924c6a02584c60508a (patch)
treebcdaebbbdc655f2d498887bca7dff620109c35b0 /chef-utils
parent7e057ccd6f3c317a7c1193a76964ab057e2df0b4 (diff)
downloadchef-051998e10d4188594ec8ce924c6a02584c60508a.tar.gz
Bump version to 16.3.36 by Chef Expeditorv16.3.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 07cbd233dd..f4a9c6bff8 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.3.35".freeze
+ VERSION = "16.3.36".freeze
end