summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-15 17:44:06 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-15 17:44:06 +0000
commitc54d5a89c44b4dd36453b4858c9dec6d3189db40 (patch)
treed91cf664bfbd7666f87a0510615fddee13525cf9 /chef-bin
parente3202b75e4d704d79586755d75c551d65131456a (diff)
downloadchef-c54d5a89c44b4dd36453b4858c9dec6d3189db40.tar.gz
Bump version to 16.2.35 by Chef Expeditorv16.2.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 ffe46a7f54..b9f04a79f5 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("../..", __FILE__)
- VERSION = "16.2.34".freeze
+ VERSION = "16.2.35".freeze
end
#