We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f8964 commit 29b1d77Copy full SHA for 29b1d77
Coder-Desktop/VPNLib/Validate.swift
@@ -40,8 +40,7 @@ public enum ValidationError: Error {
40
41
public class Validator {
42
// This version of the app has a strict version requirement.
43
- // TODO(ethanndickson): Set to 2.25.0
44
- public static let minimumCoderVersion = "2.24.2"
+ public static let minimumCoderVersion = "2.25.0"
45
46
private static let expectedIdentifier = "com.coder.cli"
47
// The Coder team identifier
0 commit comments