summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-07-27 15:47:25 -0700
committerMicah Anderson <micah@riseup.net>2017-07-27 15:47:25 -0700
commitc7657bcba40c936a9b1676374c1489c2f7c25907 (patch)
tree4176d2bb8904b9e869b28cfe55c0f2345ed4b020 /provider_base
parent33b56edf683b82acb3f3d077c1b2e907a1dc02dd (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.json2
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
}
}