diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-23 20:20:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-23 20:20:11 +0000 |
commit | 493f923d6e25ccb0fcec97eaadd3e75f81144824 (patch) | |
tree | 575d60c511d997046de94a61de540f95ab01770a /chef-utils | |
parent | 74c496fdcaa11379286b898134c9c55145c97c8f (diff) | |
download | chef-493f923d6e25ccb0fcec97eaadd3e75f81144824.tar.gz |
Bump version to 16.14.0 by Chef Expeditorv16.14.0
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 4a6c4294ee..f526df8517 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.13.55" + VERSION = "16.14.0" end |