summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-27 15:48:32 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-27 15:48:32 +0000
commit6fd86160b4158790910a088fb5f13fd2febb7a25 (patch)
tree22e6134d0b3e5a1f648a17319354b320f0674fdb /chef-bin
parent19a2a0262ab9ffb1b774f7af8cab55fe3bfbfabe (diff)
downloadchef-6fd86160b4158790910a088fb5f13fd2febb7a25.tar.gz
Bump version to 17.4.35 by Chef Expeditorv17.4.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 bb31ec650f..8f232a7282 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.4.34".freeze
+ VERSION = "17.4.35".freeze
end
#