diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-14 16:42:18 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-14 16:42:18 +0000 |
commit | fb43c19e2c827cae458578386349651ec8b5588a (patch) | |
tree | 64caf69ec40d75d6931bd6b563a949f90b871560 /chef-bin | |
parent | b761101ebebdbf933c2f9c99d2d79de89ccba99c (diff) | |
download | chef-fb43c19e2c827cae458578386349651ec8b5588a.tar.gz |
Bump version to 16.0.209 by Chef Expeditorv16.0.209
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 6bd0141651..ddb4386ad4 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.208".freeze + VERSION = "16.0.209".freeze end # |