diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-14 06:13:18 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-14 06:13:18 +0000 |
commit | 1dbcb372f7f529c52c6579733a17ad43fa7bfd84 (patch) | |
tree | f6be90ddca2fa248e0b5bf74c57f74973787e7f8 /lib | |
parent | 2441eaa2ba00614a7a972d824a27448a1c5f7c99 (diff) | |
download | chef-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 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index ee723e6c75..4c25e3ef2b 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.3.6") + VERSION = Chef::VersionString.new("16.3.7") end # |