summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 00:48:04 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 00:48:04 +0000
commit9eaf26d6824f38483ae26b1b1648c2451fd46a4b (patch)
tree944b83d62eaa3d76a464cb42666cd798c8c4b648 /chef-bin
parent463a84813eff609d90766a16eccd115794601d9e (diff)
downloadchef-9eaf26d6824f38483ae26b1b1648c2451fd46a4b.tar.gz
Bump version to 16.7.36 by Chef Expeditorv16.7.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 df19ae5850..38256af1ea 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.7.35".freeze
+ VERSION = "16.7.36".freeze
end
#