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-utils | |
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-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index b43a785aac..0347684c61 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.5.18".freeze + VERSION = "15.5.19".freeze end |