summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
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-config/lib/chef-config/version.rb
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-config/lib/chef-config/version.rb')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 630ea831a4..9d7900abda 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.10.7".freeze
+ VERSION = "17.10.8".freeze
end