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-config | |
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-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 65d69f66cc..e91e7f85df 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.85".freeze + VERSION = "16.0.86".freeze end |