diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 18:22:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 18:22:57 +0000 |
commit | 6149ebc6391ebe58ff297c9a2a17b129327df41c (patch) | |
tree | c14ffe61d3b531d459aa1c21ee36cbafc0fd56a2 /chef-bin | |
parent | 9d08eaa4222f1755631d42fe7c3df45a2d222664 (diff) | |
download | chef-6149ebc6391ebe58ff297c9a2a17b129327df41c.tar.gz |
Bump version to 16.4.6 by Chef Expeditorv16.4.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 5a5688d957..faeee21f62 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "16.4.5".freeze + VERSION = "16.4.6".freeze end # |