diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-02 05:33:45 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-02 05:33:45 +0000 |
commit | 71088574e7b67850612c43e0804d00baa0984506 (patch) | |
tree | 375243d13788c070f2b038905b48c81367b1fe17 /lib | |
parent | 8d5ae9a47765c5b598db65c714b93d203af8e303 (diff) | |
download | chef-71088574e7b67850612c43e0804d00baa0984506.tar.gz |
Bump version to 16.3.56 by Chef Expeditorv16.3.56
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 ceab3160c5..3befc6a8e5 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.3.55") + VERSION = Chef::VersionString.new("16.3.56") end # |