summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-19 14:42:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-19 14:42:32 +0000
commit93b083d28b2bc8c18c9169956f1f7fd104b12b93 (patch)
tree749258ea5be5f280e0c65e8ff34824a734f72652 /chef-utils
parent49331b2e5ff8668c3f4dbeea0ff76e85086c3e07 (diff)
downloadchef-93b083d28b2bc8c18c9169956f1f7fd104b12b93.tar.gz
Bump version to 16.13.21 by Chef Expeditorv16.13.21
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 11596cc522..9acd706c7d 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.20"
+ VERSION = "16.13.21"
end