diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-14 17:41:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-14 17:41:52 +0000 |
commit | 42a72f18adb5b7b19d3652feabea120509d942a4 (patch) | |
tree | 9c6581eef17c4bb361a031589f59016f510da667 /chef-config | |
parent | 1ab530e08736a295b4d6b79564140d2c6ec4d45c (diff) | |
download | chef-42a72f18adb5b7b19d3652feabea120509d942a4.tar.gz |
Bump version to 16.16.14 by Chef Expeditorv16.16.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 cc93455104..7f5841e845 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.16.13".freeze + VERSION = "16.16.14".freeze end |