summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-29 10:26:04 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-29 10:26:04 +0000
commit9d518ac61d6003f675f1860e3861c42895818632 (patch)
treec90e795ea4f5de571af79e0cc7d663182fd6f3f1 /chef-bin
parent2969ca844fb4a78eb957cab0610cba9e9657869b (diff)
downloadchef-9d518ac61d6003f675f1860e3861c42895818632.tar.gz
Bump version to 17.10.11 by Chef Expeditorv17.10.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 ef4d7d8cf1..e4bc4dd955 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 = "17.10.10".freeze
+ VERSION = "17.10.11".freeze
end
#