diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-08 03:09:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-08 03:09:22 +0000 |
commit | 1807d86091617d4f5ba13dcfe9c9b3aab723a011 (patch) | |
tree | a2ae596f9a1c7626138b28793de46fa733eb3f87 /chef-config | |
parent | ee2998255c9006e14a7b9d8ac87eddeee1031455 (diff) | |
download | chef-1807d86091617d4f5ba13dcfe9c9b3aab723a011.tar.gz |
Bump version to 16.13.11 by Chef Expeditorv16.13.11
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 72de343f30..a06e1db865 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.13.10".freeze + VERSION = "16.13.11".freeze end |