diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 23:54:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 23:54:16 +0000 |
commit | 61086ef5aa015fd59d7841959b887e798f5bffba (patch) | |
tree | 4161347f21ef98c6c6fdb826d80a5a9927f2eff0 /lib | |
parent | 9d31f2ffd7ef8cd48e615153843eba12592c73e9 (diff) | |
download | chef-61086ef5aa015fd59d7841959b887e798f5bffba.tar.gz |
Bump version to 16.4.39 by Chef Expeditorv16.4.39
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 922f5424b1..e638ea6c3c 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.4.38") + VERSION = Chef::VersionString.new("16.4.39") end # |