summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-25 01:26:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-25 01:26:46 +0000
commitda50219650ae19a13434354e3d49e2da17f343ab (patch)
treecaf917f976e407d41636c874558505bf54f8f0ca /chef-bin
parent43da6781cac13acbed55c1761d994fbba05b2487 (diff)
downloadchef-da50219650ae19a13434354e3d49e2da17f343ab.tar.gz
Bump version to 16.3.37 by Chef Expeditorv16.3.37
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 c2b88eb391..299b716827 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.36".freeze
+ VERSION = "16.3.37".freeze
end
#