summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-10 21:39:15 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-10 21:39:15 +0000
commita36d0aabebfa51e14e6429e40baa9473d832cb3a (patch)
tree39d60fcb06ef89820d805acd4b47f10bb09f4fde /lib/chef/version.rb
parentabaece369f90918610039661a716f9915e18853e (diff)
downloadchef-a36d0aabebfa51e14e6429e40baa9473d832cb3a.tar.gz
Bump version to 16.2.97 by Chef Expeditorv16.2.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 9bae256480..3eaf1723a2 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("16.2.96")
+ VERSION = Chef::VersionString.new("16.2.97")
end
#