summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 15:56:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 15:56:32 +0000
commitefd5fc144618a46b73f9cbb91f9ad1a6919cc99f (patch)
tree5b8f6db6d80629d4513b2a9796166d66b6d4ffb8 /chef-bin
parentb016ca7c02a56cb20307ed317b45536236d5a814 (diff)
downloadchef-efd5fc144618a46b73f9cbb91f9ad1a6919cc99f.tar.gz
Bump version to 16.2.50 by Chef Expeditorv16.2.50
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 f0063f6148..2807d735f4 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("../..", __FILE__)
- VERSION = "16.2.49".freeze
+ VERSION = "16.2.50".freeze
end
#