summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index a3c5f40595..c2b88eb391 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.3.35".freeze
+ VERSION = "16.3.36".freeze
end
#