diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-29 17:10:26 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-29 17:10:26 +0000 |
commit | b4d9dce4ecb31aa935cbe20053b2d335d62032bf (patch) | |
tree | 600bd1beb54faa2a90d21b91dd5c2dda02986fee /chef-bin | |
parent | 25c039a140c3dd8b05ab81b467b36642fc3724c2 (diff) | |
download | chef-b4d9dce4ecb31aa935cbe20053b2d335d62032bf.tar.gz |
Bump version to 16.7.9 by Chef Expeditorv16.7.9
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 18fc0b5e91..1d4a362a58 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.7.8".freeze + VERSION = "16.7.9".freeze end # |