diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-01 19:51:06 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-01 19:51:06 +0000 |
commit | ae45562cd91d01831eabf07b551bb1406f08cb9c (patch) | |
tree | b51a9234aa3ae3ceccc6dc424259392f0d3412f0 /chef-utils | |
parent | 31c1080575b2e2cd665559e61ec80102e6f7c493 (diff) | |
download | chef-ae45562cd91d01831eabf07b551bb1406f08cb9c.tar.gz |
Bump version to 16.0.265 by Chef Expeditorv16.0.265
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 1649a142cb..df77c07d47 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.264".freeze + VERSION = "16.0.265".freeze end |