diff options
author | Micah Anderson <micah@riseup.net> | 2017-07-27 15:47:25 -0700 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-07-27 15:47:25 -0700 |
commit | c7657bcba40c936a9b1676374c1489c2f7c25907 (patch) | |
tree | 4176d2bb8904b9e869b28cfe55c0f2345ed4b020 /provider_base | |
parent | 33b56edf683b82acb3f3d077c1b2e907a1dc02dd (diff) |
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.
Diffstat (limited to 'provider_base')
-rw-r--r-- | provider_base/provider.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |