diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 18:16:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 18:16:54 +0000 |
commit | 2fc98d70c27068704b02015edf9578c05ea7e63e (patch) | |
tree | 2da90fb6be6d5d1b74e699b034bae1442bc91d37 /lib/chef/version.rb | |
parent | 1217a9de41f4439a6f0ae6cc6aae32ac21d71053 (diff) | |
download | chef-2fc98d70c27068704b02015edf9578c05ea7e63e.tar.gz |
Bump version to 16.4.5 by Chef Expeditorv16.4.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 671d468dc1..1f5b8e6be7 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.4.4") + VERSION = Chef::VersionString.new("16.4.5") end # |