Skip to content

Commit 1cf2781

Browse files
committed
Bump Codeium to 1.4.15
1 parent 651d29b commit 1cf2781

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tool/Sources/CodeiumService/CodeiumInstallationManager.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Terminal
33

44
public struct CodeiumInstallationManager {
55
private static var isInstalling = false
6-
static let latestSupportedVersion = "1.2.93"
6+
static let latestSupportedVersion = "1.4.15"
77

88
public init() {}
99

@@ -62,7 +62,7 @@ public struct CodeiumInstallationManager {
6262
continuation.yield(.downloading)
6363
let urls = try CodeiumSuggestionService.createFoldersIfNeeded()
6464
let urlString =
65-
"https://github.com/Exafunction/codeium/releases/download/language-server-v\(Self.latestSupportedVersion)/language_server_macos_\(isAppleSilicon() ? "arm" : "x64").gz"
65+
"https://github.com/Exafunction/codeium/releases/download/language-server-v\(Self.latestSupportedVersion)/language_server_macos_\(isAppleSilicon() ? "arm" : "x64").gz"
6666
guard let url = URL(string: urlString) else { return }
6767

6868
// download

0 commit comments

Comments
 (0)