diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-29 00:15:46 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-29 00:15:46 +0000 |
commit | 635da81e64e262355d17191674b123d0c77c913c (patch) | |
tree | 2912572d278a20d4946f6b40b28b778ce0d69781 /chef-utils | |
parent | a3f9e008aa7c5af9d9278e0a15b88a4c14ca78c5 (diff) | |
download | chef-635da81e64e262355d17191674b123d0c77c913c.tar.gz |
Bump version to 16.2.6 by Chef Expeditorv16.2.6
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 a4c0240370..b8e15753d6 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.2.5".freeze + VERSION = "16.2.6".freeze end |