From 4b15533fbec31e3c85accad565d7697833ccd7c0 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 3 Apr 2018 22:27:07 -0300 Subject: [PATCH] Added 4.1.0 as supported version --- docs/configuration/vapor/basic.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/vapor/basic.md b/docs/configuration/vapor/basic.md index 94f7998..2fa4e73 100644 --- a/docs/configuration/vapor/basic.md +++ b/docs/configuration/vapor/basic.md @@ -30,6 +30,8 @@ Currently supported versions: - 4.0.0 +- 4.1.0 + ## Adding cURL HTTP/2 Support Currently cURL with HTTP/2 is in beta support, so it's optional to add. This will be default at a later point.