summaryrefslogtreecommitdiff
path: root/lib/chef/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 /lib/chef/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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5f7ab2866a..4937b2ba18 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("17.10.7")
+ VERSION = Chef::VersionString.new("17.10.8")
end
#