diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-21 23:52:52 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-21 23:52:52 +0000 |
commit | a098e9b2a9c5b869e5ea50a1ee6c5edc2c3d3e21 (patch) | |
tree | d50017976e5b540db37f741e07fb3f67d53c2058 /chef-utils | |
parent | cd797e2d0270bc2f0fbe3735c1d8b1fe720f43bb (diff) | |
download | chef-a098e9b2a9c5b869e5ea50a1ee6c5edc2c3d3e21.tar.gz |
Bump version to 16.1.10 by Chef Expeditorv16.1.10
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 3932a0cab8..16833b679c 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.1.9".freeze + VERSION = "16.1.10".freeze end |