diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 04:22:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 04:22:31 +0000 |
commit | 072ede7e1a8ae249d374be6bf66a3c2a24d3397f (patch) | |
tree | 3bff359695aa5e84d5d5c32c22cb3fd1a2258b51 /chef-config | |
parent | 20cded5d74bc1173167e8b77612996632683d61a (diff) | |
download | chef-072ede7e1a8ae249d374be6bf66a3c2a24d3397f.tar.gz |
Bump version to 15.13.10 by Chef Expeditorv15.13.10
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 00554e451e..382642e89c 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 = "15.13.9".freeze + VERSION = "15.13.10".freeze end |