diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-23 15:38:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-23 15:38:17 +0000 |
commit | 68919517c2f94f761726a97f7d9187f24dcde2b9 (patch) | |
tree | 3680449bdd0eda13516edb159bab8ae7babe4753 /chef-bin | |
parent | ce5cecb3de3576bb0a553be556668eed62e41eb5 (diff) | |
download | chef-68919517c2f94f761726a97f7d9187f24dcde2b9.tar.gz |
Bump version to 16.0.237 by Chef Expeditorv16.0.237
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 1167b96d8f..eefa4ac84f 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.236".freeze + VERSION = "16.0.237".freeze end # |