diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-13 04:16:02 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-13 04:16:04 +0000 |
commit | 5a9f64b83e4605ee4d23190a3afcf08b000e3da1 (patch) | |
tree | 0fd246d4644d9ebad3ba85d6b8f62a57048926fd /lib | |
parent | af2ad70594a3ca9898e3689f30111beefe638067 (diff) | |
download | chef-5a9f64b83e4605ee4d23190a3afcf08b000e3da1.tar.gz |
Bump version to 16.0.65 by Chef Expeditorv16.0.65
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 35673f45de..3df0fab042 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.64") + VERSION = Chef::VersionString.new("16.0.65") end # |