diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-09 18:24:13 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-09 18:24:13 +0000 |
commit | 3d96aaf36c983994dd64f0979432bf9942a84120 (patch) | |
tree | 4877bfb0052b205ac489afe3ecd4e44060aa9d03 /chef-utils | |
parent | 0e021a705ac0d7c2dad4517443974398ade8b2dd (diff) | |
download | chef-3d96aaf36c983994dd64f0979432bf9942a84120.tar.gz |
Bump version to 15.6.7 by Chef Expeditorv15.6.7
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 16d620b23d..52883aba23 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.6".freeze + VERSION = "15.6.7".freeze end |