summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-18 16:43:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-18 16:43:51 +0000
commitadd6fa55de64903fba48f443d7bb61bffe1a15ff (patch)
treecdaea122b67ffff22cf1cc75666e57cfdc9998cc /chef-utils
parent994a4909addc0636bef7676d46758206e2081907 (diff)
downloadchef-add6fa55de64903fba48f443d7bb61bffe1a15ff.tar.gz
Bump version to 16.9.21 by Chef Expeditorv16.9.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 e7e04ab2c8..873296eb1f 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.9.20"
+ VERSION = "16.9.21"
end