diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-07 19:05:30 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-07 19:05:30 +0000 |
commit | 7681e6ee29695bfdece8f920b3b2d17723dedb2c (patch) | |
tree | b4a23618d90fd544d4a3cebeed6fa67ba3941609 /chef-config/lib | |
parent | 36638a89a5e7a4e54814b834135ab4fff7ebd6dd (diff) | |
download | chef-7681e6ee29695bfdece8f920b3b2d17723dedb2c.tar.gz |
Bump version to 16.4.14 by Chef Expeditorv16.4.14
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 d81ee075c3..78c52c87ab 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.13".freeze + VERSION = "16.4.14".freeze end |