diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 19:17:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 19:17:31 +0000 |
commit | fc6cb5be81dd2bbb5f92211112b856b67ec3c626 (patch) | |
tree | 28ea3c0542ecce0490c4360cb5f6b0a704846d00 /chef-bin | |
parent | 3c0e4bc2fbf97f433ec4f46c938c1bcbcb135450 (diff) | |
download | chef-fc6cb5be81dd2bbb5f92211112b856b67ec3c626.tar.gz |
Bump version to 16.4.7 by Chef Expeditorv16.4.7
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 faeee21f62..16a9bd3469 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.6".freeze + VERSION = "16.4.7".freeze end # |