summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 02:03:13 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 02:03:16 +0000
commitc206c0062eaa59c19028108c34ef521b972527ed (patch)
treedce180178c2a1d282d27baa6334c71271170fc88 /lib/chef/version.rb
parent80b2115913042a65ceceff72cd5ab3faa7bdc7f4 (diff)
downloadchef-c206c0062eaa59c19028108c34ef521b972527ed.tar.gz
Bump version to 16.5.37 by Chef Expeditorv16.5.37
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 0978e07843..54f41d2847 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.5.36")
+ VERSION = Chef::VersionString.new("16.5.37")
end
#