diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-20 04:54:48 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-20 04:54:48 +0000 |
commit | 5d160ea2c26af935eb04a573d7a3f42962e4f569 (patch) | |
tree | 4eef5d7517e90001273e8eed8e2cb2805691fc5a /chef-config | |
parent | 73cb05cc1cdd9a5e0d7c2ff12f05646e738f00a9 (diff) | |
download | chef-5d160ea2c26af935eb04a573d7a3f42962e4f569.tar.gz |
Bump version to 15.5.16 by Chef Expeditorv15.5.16
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 0d9bc38f97..93cee1f8a7 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.15".freeze + VERSION = "15.5.16".freeze end |