diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-28 00:51:15 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-28 00:51:15 +0000 |
commit | b9b3f95a4e1e9e4f941112f0dfff9502e68a78be (patch) | |
tree | 2c94a28b26bf9aed7b2ca9a7a506895185870ecf /lib | |
parent | 8a47d92a77c34b80c531fc8426c2f11064a68397 (diff) | |
download | chef-b9b3f95a4e1e9e4f941112f0dfff9502e68a78be.tar.gz |
Bump version to 16.0.91 by Chef Expeditorv16.0.91
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 295bd0a147..416088f189 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.90") + VERSION = Chef::VersionString.new("16.0.91") end # |