summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 04:35:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 04:35:46 +0000
commita0675c3219636a442c3d303cebfcd9e28ea2ebd9 (patch)
tree01707c27769b33fd50156e8ca5487e477315fea8 /chef-bin
parentf86b1197dc0451c0a485ebaba4c1a0d576dee2e4 (diff)
downloadchef-a0675c3219636a442c3d303cebfcd9e28ea2ebd9.tar.gz
Bump version to 16.3.51 by Chef Expeditorv16.3.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 a3652dd53f..8c4e35c2df 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.3.50".freeze
+ VERSION = "16.3.51".freeze
end
#