diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-23 00:25:55 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-23 00:25:55 +0000 |
commit | 13d2f57783c5ab091c3ac61aa2d9c914c6639cec (patch) | |
tree | bafb675a5b856e0035656e30ba203c448d09057b /chef-bin/lib | |
parent | db2ee4ae01be76f0238bdb86f3ba838a51533df9 (diff) | |
download | chef-13d2f57783c5ab091c3ac61aa2d9c914c6639cec.tar.gz |
Bump version to 16.0.9 by Chef Expeditorv16.0.9
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 6d6e914127..45c70cd864 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("../..", __FILE__) - VERSION = "16.0.8".freeze + VERSION = "16.0.9".freeze end # |