summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-13 04:43:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-13 04:43:29 +0000
commitf8a2d0a60fe451596c80de6d640088a7f4e8f1c4 (patch)
tree7ebdcb2922e7baa7f680e8e8525475e50cfd0116 /lib/chef/version.rb
parent2a8d93f2def9d412171610242c7bb4ac45bce863 (diff)
downloadchef-f8a2d0a60fe451596c80de6d640088a7f4e8f1c4.tar.gz
Bump version to 17.0.97 by Chef Expeditorv17.0.97
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 b2fa6d8d77..145a6ca0d3 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.96")
+ VERSION = Chef::VersionString.new("17.0.97")
end
#