diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-06 22:00:45 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-06 22:00:45 +0000 |
commit | ff59bf21caf000dfc68d466ed492a00f5a8f6a48 (patch) | |
tree | 09aeb5149c5682bff9a7c972b312330647c6fe90 /lib | |
parent | cfed4c47bfa3001399593dded506f256970ceee7 (diff) | |
download | chef-ff59bf21caf000dfc68d466ed492a00f5a8f6a48.tar.gz |
Bump version to 16.0.55 by Chef Expeditorv16.0.55
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 c98ed5b67f..d46686a263 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.54") + VERSION = Chef::VersionString.new("16.0.55") end # |