summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 8028aeda3f..d25ad26110 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.13.20".freeze
+ VERSION = "16.13.21".freeze
end
#