diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-21 22:05:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-21 22:05:23 +0000 |
commit | 2293419b0d5ba15685eff1550a93050f26bfd168 (patch) | |
tree | 0b8cd8336105e5596bcf1cf75964e00ee9f03ef6 /lib | |
parent | c2a612ac65fca2260d4aef0dae7b8a5de3c5320a (diff) | |
download | chef-2293419b0d5ba15685eff1550a93050f26bfd168.tar.gz |
Bump version to 16.5.5 by Chef Expeditorv16.5.5
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 ca59172473..bc8d7cbd28 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.5.4") + VERSION = Chef::VersionString.new("16.5.5") end # |