summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-16 15:40:16 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-16 15:40:16 +0000
commita3393f18a04f4708a46b04e3effcb767c056403f (patch)
tree4ed91492d82bd2d87832e8a55be80cdf8b50c30d /chef-bin
parente1f28126b1b2e029f4800924024c407d20ecf17e (diff)
downloadchef-a3393f18a04f4708a46b04e3effcb767c056403f.tar.gz
Bump version to 17.9.51 by Chef Expeditorv17.9.51
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 d5bad0ff54..d239cf8a2d 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.9.50".freeze
+ VERSION = "17.9.51".freeze
end
#