diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-09 22:02:52 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-09 22:02:52 +0000 |
commit | 11fa34a18052c10434051b274c66dce713835a58 (patch) | |
tree | 55e77ba5528900f90c960b47ab1db7bf3e950810 /lib/chef/version.rb | |
parent | 54f6c5e775e5e63890c846b036f9f5d15655da1f (diff) | |
download | chef-11fa34a18052c10434051b274c66dce713835a58.tar.gz |
Bump version to 16.2.96 by Chef Expeditorv16.2.96
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 5f9557c80c..9bae256480 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.95") + VERSION = Chef::VersionString.new("16.2.96") end # |