diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-13 16:48:28 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-13 16:48:28 +0000 |
commit | e3c38e4baaf6f5757c38593a49e2567b4c25da54 (patch) | |
tree | 6129edc4792c16fdd4197103902ecd8a33a8787f /chef-utils | |
parent | a757a0d29b9311e091021b08429807754767ee3b (diff) | |
download | chef-e3c38e4baaf6f5757c38593a49e2567b4c25da54.tar.gz |
Bump version to 16.0.294 by Chef Expeditorv16.0.294
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 e49463411e..d2b4e55098 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 = "16.0.293".freeze + VERSION = "16.0.294".freeze end |