summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-28 21:21:06 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-28 21:21:06 +0000
commitfc53dabe45ecbb9ec126b06ff3b0d9b9aa99a91e (patch)
tree2e2e9dcbffac29ba88e27634c74dcd787fb41f98 /chef-bin
parentfb12a78c7bb3ef69f470934c0fa4c663b94cfe77 (diff)
downloadchef-fc53dabe45ecbb9ec126b06ff3b0d9b9aa99a91e.tar.gz
Bump version to 17.10.35 by Chef Expeditorv17.10.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 be7252e8f2..eef02fcb67 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 = "17.10.34".freeze
+ VERSION = "17.10.35".freeze
end
#