diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-14 01:03:43 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-14 01:03:43 +0000 |
commit | 6ecd3150bb62c19bbf6f2f549883d70b401601b3 (patch) | |
tree | da8540d54ec17866d293bf54268329540ecbc487 /chef-utils | |
parent | 765a119ae3d55a70e4bf4a43d1dd004a6718d69b (diff) | |
download | chef-6ecd3150bb62c19bbf6f2f549883d70b401601b3.tar.gz |
Bump version to 15.7.14 by Chef Expeditorv15.7.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 60ac1edd9b..4f43e67726 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.13".freeze + VERSION = "15.7.14".freeze end |