Skip to content

Commit 05851af

Browse files
committed
Update SDK protocol version to 2
1 parent f318448 commit 05851af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/github/copilot/sdk/SdkProtocolVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
public enum SdkProtocolVersion {
1414

15-
LATEST(1);
15+
LATEST(2);
1616

1717
private int versionNumber;
1818

0 commit comments

Comments
 (0)