diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-13 03:55:45 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-13 03:55:45 +0000 |
commit | 66076702118ba69e12a5b61548d1bba73f21c836 (patch) | |
tree | 0f0061f252ca6535ce20074e9dc7ac2a882d7a2d /lib | |
parent | 62229382cbf4cadab76c9d75fb3d7d7337c138f2 (diff) | |
download | chef-66076702118ba69e12a5b61548d1bba73f21c836.tar.gz |
Bump version to 16.0.64 by Chef Expeditorv16.0.64
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 adc7754740..35673f45de 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.63") + VERSION = Chef::VersionString.new("16.0.64") end # |