summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-06 05:11:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-06 05:11:18 +0000
commitbfeeaa6bdebadc0b0739f024423b7d33863324f4 (patch)
tree2bb717fdaba123311d59b53a0683f35a82297d77 /chef-utils
parente10e6563a994e61b7c13c322d625babe0dd30068 (diff)
downloadchef-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.rb2
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