diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-29 03:03:38 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-29 03:03:40 +0000 |
commit | 87991d52f604dd21ba6f9e3f70f2035b732b99ca (patch) | |
tree | 7bf6a73eca0a446385d34e33f002020534a9014a /lib | |
parent | 0cf5023fab471630d99133b1f6cdbf0a3e868d36 (diff) | |
download | chef-87991d52f604dd21ba6f9e3f70f2035b732b99ca.tar.gz |
Bump version to 16.0.98 by Chef Expeditorv16.0.98
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 d2709f2ce6..0b1afab7b4 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.97") + VERSION = Chef::VersionString.new("16.0.98") end # |