summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-20 10:04:27 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-20 10:04:27 +0000
commit9625b8fbc822b76cc3753be2a959244dbeb6c54f (patch)
tree742db1031452b40764f920d10c87029a4d476b0d /chef-bin
parent7c388cd18c30fc7ff83c3052d98319e306248ff5 (diff)
downloadchef-9625b8fbc822b76cc3753be2a959244dbeb6c54f.tar.gz
Bump version to 17.10.10 by Chef Expeditorv17.10.10
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 8df91dea59..ef4d7d8cf1 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.9".freeze
+ VERSION = "17.10.10".freeze
end
#