diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-02 23:47:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-02 23:47:17 +0000 |
commit | 4f49365c815126bc891224dc44d360948a5c13bd (patch) | |
tree | 2d8091342a680666fb39f1ea06e2da1c0ebfd5be /lib/chef/version.rb | |
parent | e87583c888cb8b59184c902d253e7cc3c51f2d28 (diff) | |
download | chef-4f49365c815126bc891224dc44d360948a5c13bd.tar.gz |
Bump version to 16.0.40 by Chef Expeditorv16.0.40
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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index c3bc8eb6e2..bb59f87a74 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.39") + VERSION = Chef::VersionString.new("16.0.40") end # |