summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-07 12:32:56 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-07 12:32:56 +0000
commit4f1723722cdac9d27fbb46c3df304ed7f7a6ce75 (patch)
tree59ffdfea236f49d5b118553bb2aab5bf8032af28 /chef-bin
parent25b3a27b52d7feb3a266cfcacfcbf84ec54188a6 (diff)
downloadchef-4f1723722cdac9d27fbb46c3df304ed7f7a6ce75.tar.gz
Bump version to 17.10.8 by Chef Expeditorv17.10.8
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 0232378793..1393e05678 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.7".freeze
+ VERSION = "17.10.8".freeze
end
#