diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-04 17:13:24 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-04 17:13:24 +0000 |
commit | e57ea06ca1d0cb0314b4c3b9b170f87e6cb33666 (patch) | |
tree | 52d099ad425a5ad813af51b8ee18e32b3a7cc5b4 /chef-utils | |
parent | bedccf12d841820fa08e970edc75ce7e151b05d7 (diff) | |
download | chef-e57ea06ca1d0cb0314b4c3b9b170f87e6cb33666.tar.gz |
Bump version to 16.0.269 by Chef Expeditorv16.0.269
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 c9a5eab1f3..4ce8505490 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.268".freeze + VERSION = "16.0.269".freeze end |