summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-23 20:01:56 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-23 20:02:02 +0000
commitdd484f2f00623b84c2e47542aeebec2450e0b5e2 (patch)
tree15a5712c269c695ddf10428e69110da1dab28d82 /lib
parent288cdee68d550eca0d9f75fe2ae9dfae3b051bb2 (diff)
downloadchef-dd484f2f00623b84c2e47542aeebec2450e0b5e2.tar.gz
Bump version to 17.8.9 by Chef Expeditorv17.8.9
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 212c747b1c..c8ab8ed260 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.8")
+ VERSION = Chef::VersionString.new("17.8.9")
end
#