summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-23 20:06:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-23 20:06:29 +0000
commit41c21f4b1f7d77d2cb2ec1cfcd5b4d8d12826a66 (patch)
treebfa2b0177ee8ad10decf33d512167d22f8732987 /lib
parentdd484f2f00623b84c2e47542aeebec2450e0b5e2 (diff)
downloadchef-41c21f4b1f7d77d2cb2ec1cfcd5b4d8d12826a66.tar.gz
Bump version to 17.8.10 by Chef Expeditorv17.8.10
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 c8ab8ed260..86a6d03737 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.8.9")
+ VERSION = Chef::VersionString.new("17.8.10")
end
#