summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-11 00:25:31 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-11 00:25:31 +0000
commitb368dcb9e03d1bac6cb38b4ce7bed5bc840f5357 (patch)
treef434119b6a013c3b89ff02cd44cf0e76791854cc /lib/chef/version.rb
parent93d102751a2f68cd55c25bbb84af9e34b8359ba0 (diff)
downloadchef-b368dcb9e03d1bac6cb38b4ce7bed5bc840f5357.tar.gz
Bump version to 17.0.88 by Chef Expeditorv17.0.88
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 c9ff918f36..12d50cd8a9 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.0.87")
+ VERSION = Chef::VersionString.new("17.0.88")
end
#