diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-13 20:35:37 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-13 20:35:37 +0000 |
commit | cc81bcf6ae32f10eaef6bf15a02326744e21e078 (patch) | |
tree | 760dbd5a5ada0cda62c3fc80cf2934c3c4f7ae54 /chef-utils | |
parent | 03fa4520d98db7153fa07ce417ee75e166edc68c (diff) | |
download | chef-cc81bcf6ae32f10eaef6bf15a02326744e21e078.tar.gz |
Bump version to 15.6.14 by Chef Expeditorv15.6.14
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 308d9ac15c..969c1dbb78 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.6.13".freeze + VERSION = "15.6.14".freeze end |