diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-05 01:55:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-05 01:55:58 +0000 |
commit | 226f03f9d030b90c9e58617a8be60141604362d3 (patch) | |
tree | 25ca48cbf5f234c1e68f371f7db1dab41cfc82d4 /lib | |
parent | fa560e6337f5ecf189e70cf7969999f4e9248b89 (diff) | |
download | chef-226f03f9d030b90c9e58617a8be60141604362d3.tar.gz |
Bump version to 16.6.4 by Chef Expeditorv16.6.4
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 8434bc67bc..26a2461a61 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.6.3") + VERSION = Chef::VersionString.new("16.6.4") end # |