We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c59e49 commit 95d06cbCopy full SHA for 95d06cb
Tool/Sources/CodeiumService/LanguageServer/CodeiumInstallationManager.swift
@@ -3,7 +3,7 @@ import Terminal
3
4
public struct CodeiumInstallationManager {
5
private static var isInstalling = false
6
- static let latestSupportedVersion = "1.28.3"
+ static let latestSupportedVersion = "1.40.2"
7
static let minimumSupportedVersion = "1.20.0"
8
9
public init() {}
0 commit comments