diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-22 22:39:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-22 22:39:27 +0000 |
commit | 7cccce14c33bb3556b384d93e97a766fcd25d21d (patch) | |
tree | 79ecc7453fd4d3c008bc11d4e0d80937df1245bc /chef-config | |
parent | d2d08a65d31c7531d3edc82f8fa48965564b9bf3 (diff) | |
download | chef-7cccce14c33bb3556b384d93e97a766fcd25d21d.tar.gz |
Bump version to 15.0.86 by Chef Expeditorv15.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 06e9fbaf6a..ae924550c0 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.0.85".freeze + VERSION = "15.0.86".freeze end # |