diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-26 21:03:27 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-26 21:03:27 +0000 |
commit | 478e900dd00d0cd565d00930a257b53e741d2b7d (patch) | |
tree | ce936f5bba04e0ccc60ba0ab5ba13ad05b7a897a /chef-bin/lib | |
parent | df927bec7d28bb72f0a7e65cbafa6455b280a4c3 (diff) | |
download | chef-478e900dd00d0cd565d00930a257b53e741d2b7d.tar.gz |
Bump version to 16.0.86 by Chef Expeditorv16.0.86
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 47afa1cac5..c461ca4288 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.85".freeze + VERSION = "16.0.86".freeze end # |