diff options
| author | Chef Expeditor <expeditor@chef.io> | 2020-07-10 21:39:15 +0000 |
|---|---|---|
| committer | Chef Expeditor <expeditor@chef.io> | 2020-07-10 21:39:15 +0000 |
| commit | a36d0aabebfa51e14e6429e40baa9473d832cb3a (patch) | |
| tree | 39d60fcb06ef89820d805acd4b47f10bb09f4fde /lib/chef/version.rb | |
| parent | abaece369f90918610039661a716f9915e18853e (diff) | |
| download | chef-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.rb | 2 |
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 # |
