diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-09 18:21:46 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-09 18:21:46 +0000 |
commit | 1584bde92cba8151a5a850bef8c4ed9a92c798b6 (patch) | |
tree | bb6e67f765168c14ebfcd217deefed686a7e5a77 /chef-config | |
parent | f8c7ecbf7b9cbc49c3994a5b19336ca802c4c51e (diff) | |
download | chef-1584bde92cba8151a5a850bef8c4ed9a92c798b6.tar.gz |
Bump version to 15.6.6 by Chef Expeditorv15.6.6
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 cdb362672a..60ea4cf56d 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.6.5".freeze + VERSION = "15.6.6".freeze end |