diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-16 21:03:42 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-16 21:03:42 +0000 |
commit | 7d24f0fb9c481bf82ebb6d9edfe6688bdc98b991 (patch) | |
tree | 941df4710a65d6f4cf6612b7052a762af7b775db /chef-utils | |
parent | 9735eab64d81334ffdc0d28e252585794bfc68e3 (diff) | |
download | chef-7d24f0fb9c481bf82ebb6d9edfe6688bdc98b991.tar.gz |
Bump version to 16.0.215 by Chef Expeditorv16.0.215
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 0ee48950ed..0c79f2fc06 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.214".freeze + VERSION = "16.0.215".freeze end |