Skip to content

Commit

Permalink
bump protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Dec 8, 2023
1 parent 5ac9987 commit 92ea58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { version as v } from '../package.json';

export const version = v;
export const protocolVersion = 10;
export const protocolVersion = 11;

0 comments on commit 92ea58d

Please sign in to comment.