summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-14 06:13:18 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-14 06:13:18 +0000
commit1dbcb372f7f529c52c6579733a17ad43fa7bfd84 (patch)
treef6be90ddca2fa248e0b5bf74c57f74973787e7f8 /chef-bin
parent2441eaa2ba00614a7a972d824a27448a1c5f7c99 (diff)
downloadchef-1dbcb372f7f529c52c6579733a17ad43fa7bfd84.tar.gz
Bump version to 16.3.7 by Chef Expeditorv16.3.7
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 540c11f838..5b83ee0de8 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.6".freeze
+ VERSION = "16.3.7".freeze
end
#