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 c65b0bb commit bf9e0b1Copy full SHA for bf9e0b1
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.40.2"
+ static let latestSupportedVersion = "1.42.7"
7
static let minimumSupportedVersion = "1.20.0"
8
9
public init() {}
0 commit comments