diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-02 23:58:20 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-02 23:58:20 +0000 |
commit | c2a83cf012c30e2b49e9e2d10495e7d0765a55bf (patch) | |
tree | 104357a22ba4c7edeb9fcade0de4090d972c0382 /chef-config | |
parent | efc6f1b54cc06a22130d7e66def4dda4ee2007fa (diff) | |
download | chef-c2a83cf012c30e2b49e9e2d10495e7d0765a55bf.tar.gz |
Bump version to 15.5.19 by Chef Expeditorv15.5.19
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 bcce2a22c3..ec2558aa0f 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.18".freeze + VERSION = "15.5.19".freeze end |