From c7657bcba40c936a9b1676374c1489c2f7c25907 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 27 Jul 2017 15:47:25 -0700 Subject: Bug: allow old client to connect to VPN The old client is compatible, just the version check did not allow it. People are still relying on the old client for a while, and this prevents people from upgrading. This fixes #8850. --- provider_base/provider.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'provider_base') diff --git a/provider_base/provider.json b/provider_base/provider.json index 521c682f..a9980bf8 100644 --- a/provider_base/provider.json +++ b/provider_base/provider.json @@ -58,7 +58,7 @@ } }, "client_version": { - "min": "0.9.4", + "min": "0.9.2", "max": null } } -- cgit v1.2.3