diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-26 18:18:12 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-26 18:18:12 +0000 |
commit | e23fe89f57148cbfb71a1f84b470c4b92b2ee0a7 (patch) | |
tree | 668a1712d985454f7487f1f28eccd8bc4cf55fb3 /lib | |
parent | 451cd8e5db0a78b68db7e493f2ff73a473171d8b (diff) | |
download | chef-e23fe89f57148cbfb71a1f84b470c4b92b2ee0a7.tar.gz |
Bump version to 16.2.64 by Chef Expeditorv16.2.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 400854b777..1075027d60 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.2.63") + VERSION = Chef::VersionString.new("16.2.64") end # |