diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-29 03:13:20 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-29 03:13:20 +0000 |
commit | c46961dce646c184a4e96eda15c1127a2bd406f5 (patch) | |
tree | ec4693f90e5c5730458313c7a33962275b192bb9 /chef-utils | |
parent | 176a42569ea4601789b0aea2e897c3c2c1a78cc4 (diff) | |
download | chef-c46961dce646c184a4e96eda15c1127a2bd406f5.tar.gz |
Bump version to 16.2.7 by Chef Expeditorv16.2.7
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 b8e15753d6..920da320f3 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.6".freeze + VERSION = "16.2.7".freeze end |