diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-06 04:17:37 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-06 04:17:37 +0000 |
commit | 9d601e8304e567fd91bde56ca4b234ebb9f3e53b (patch) | |
tree | 5c414b27b2c78306aadaf587bf7b5284eecc441c /chef-config | |
parent | 6ac15323c39ac811b417b147e1331cb9f292ef48 (diff) | |
download | chef-9d601e8304e567fd91bde56ca4b234ebb9f3e53b.tar.gz |
Bump version to 15.6.0 by Chef Expeditorv15.6.0
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 4f48a72322..b63b4db44c 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 = "15.5.26".freeze + VERSION = "15.6.0".freeze end |