diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-19 17:03:01 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-19 17:03:05 +0000 |
commit | 77a5acf5cc391c2de78d2949c8b2975989262c24 (patch) | |
tree | 0c97db9e1e026fc7066f639669ae9dcfc5cd4073 /lib/chef | |
parent | bd40569f4c4899be0515a1815c84f6a114874c57 (diff) | |
download | chef-77a5acf5cc391c2de78d2949c8b2975989262c24.tar.gz |
Bump version to 16.4.40 by Chef Expeditorv16.4.40
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 e638ea6c3c..7dff49c871 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.39") + VERSION = Chef::VersionString.new("16.4.40") end # |