Skip to content

Commit 29b1d77

Browse files
committed
chore: set minimum coder server version to v2.25.0
1 parent 60f8964 commit 29b1d77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Coder-Desktop/VPNLib/Validate.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public enum ValidationError: Error {
4040

4141
public class Validator {
4242
// 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"
43+
public static let minimumCoderVersion = "2.25.0"
4544

4645
private static let expectedIdentifier = "com.coder.cli"
4746
// The Coder team identifier

0 commit comments

Comments
 (0)