diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-20 22:04:17 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-20 22:04:17 +0000 |
commit | bf7d8ffd7e7878f8c613d411deb62bb8a8f0a0a8 (patch) | |
tree | d4749cf11db2a7d50c7d719a16db34672c482675 /chef-utils | |
parent | a520c7bf266d5bfe625381f7042abb150dbd55f6 (diff) | |
download | chef-bf7d8ffd7e7878f8c613d411deb62bb8a8f0a0a8.tar.gz |
Bump version to 15.14.2 by Chef Expeditorv15.14.2
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 00ace6e736..aba3cd7666 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("..", __dir__) - VERSION = "15.14.1".freeze + VERSION = "15.14.2".freeze end |