diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 15:15:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 15:15:24 +0000 |
commit | faec04bccabf3bdc50551a8b74596d7a88384755 (patch) | |
tree | 64e59ecf35d805b66c4a8284b16d79e8aa965e4e /chef-config/lib | |
parent | 15b6effede45a098997b25f4b12109c9e0dfe25e (diff) | |
download | chef-faec04bccabf3bdc50551a8b74596d7a88384755.tar.gz |
Bump version to 16.4.2 by Chef Expeditorv16.4.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 7563127364..e0e999a229 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "16.4.1".freeze + VERSION = "16.4.2".freeze end |