summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-19 16:45:37 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-19 16:45:37 +0000
commite323e76239515a0464b2beeefdbb76e49ad8c620 (patch)
treeea192023452a5638e4dd4843f9936636ab6eb2c3 /chef-bin
parentde26aeddc1eed7e7628403a67a420f44ad23d1fa (diff)
downloadchef-e323e76239515a0464b2beeefdbb76e49ad8c620.tar.gz
Bump version to 16.17.34 by Chef Expeditorv16.17.34
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 4a19880dcf..bbc4fafa3e 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.17.33".freeze
+ VERSION = "16.17.34".freeze
end
#