summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-11 15:51:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-11 15:51:03 +0000
commitc8dfa0b4691d1e75d53117ea53ee6c6c2755f150 (patch)
treec1b9c564cbb4463b48c535ac1a019cfc5beb3ac9 /chef-bin
parent0b44eef872de39762b54c82ffbd1d49898115dc2 (diff)
downloadchef-c8dfa0b4691d1e75d53117ea53ee6c6c2755f150.tar.gz
Bump version to 16.7.35 by Chef Expeditorv16.7.35
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 968b123b09..df19ae5850 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.34".freeze
+ VERSION = "16.7.35".freeze
end
#