diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-06 05:11:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-06 05:11:18 +0000 |
commit | bfeeaa6bdebadc0b0739f024423b7d33863324f4 (patch) | |
tree | 2bb717fdaba123311d59b53a0683f35a82297d77 /chef-utils | |
parent | e10e6563a994e61b7c13c322d625babe0dd30068 (diff) | |
download | chef-bfeeaa6bdebadc0b0739f024423b7d33863324f4.tar.gz |
Bump version to 16.13.2 by Chef Expeditorv16.13.2
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 510be1cb06..65dfbb35c1 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.13.1" + VERSION = "16.13.2" end |