Skip to content

Commit 651d29b

Browse files
committed
Bump Github Copilot to 1.11.4
1 parent e6940a5 commit 651d29b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Core/Sources/HostApp/AccountSettings/GitHubCopilotView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ struct GitHubCopilotView: View {
149149
"node"
150150
)
151151
) {
152-
Text("Path to Node (v17+)")
152+
Text("Path to Node (v18+)")
153153
}
154154

155155
Text(

Tool/Sources/GitHubCopilotService/GitHubCopilotInstallationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public struct GitHubCopilotInstallationManager {
1010
return URL(string: link)!
1111
}
1212

13-
static let latestSupportedVersion = "1.10.3"
13+
static let latestSupportedVersion = "1.11.4"
1414

1515
public init() {}
1616

0 commit comments

Comments
 (0)