summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-08 03:09:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-08 03:09:22 +0000
commit1807d86091617d4f5ba13dcfe9c9b3aab723a011 (patch)
treea2ae596f9a1c7626138b28793de46fa733eb3f87 /chef-bin
parentee2998255c9006e14a7b9d8ac87eddeee1031455 (diff)
downloadchef-1807d86091617d4f5ba13dcfe9c9b3aab723a011.tar.gz
Bump version to 16.13.11 by Chef Expeditorv16.13.11
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 5dde04da68..ee61368d4e 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.10".freeze
+ VERSION = "16.13.11".freeze
end
#