summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-08 21:36:13 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-08 21:36:13 +0000
commit313afa345a0d19019218807a16bf6fdd6447a87b (patch)
tree1aff7b6a3fb882cfe06bff0695827f6b161c3f89 /chef-bin
parent309d8984829fee53c18944b79ee6f80b5fb4aeba (diff)
downloadchef-313afa345a0d19019218807a16bf6fdd6447a87b.tar.gz
Bump version to 16.5.35 by Chef Expeditorv16.5.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 4ff336d33b..1d186d09e3 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.5.34".freeze
+ VERSION = "16.5.35".freeze
end
#