diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-13 18:58:07 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-13 18:58:07 +0000 |
commit | 613d35edb450efb381b449ea4b29eb1ba53ed247 (patch) | |
tree | 73121074d7dcfe6f0f5fc09bd56f547571929333 /chef-utils | |
parent | b8488c4d08011a81e960f9168800eca8ef9be284 (diff) | |
download | chef-613d35edb450efb381b449ea4b29eb1ba53ed247.tar.gz |
Bump version to 15.7.8 by Chef Expeditorv15.7.8
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 b42205ba08..f4877b8848 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.7.7".freeze + VERSION = "15.7.8".freeze end |