Skip to content

Commit

Permalink
fix: add 9.4 and 9.6 protocol versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 26, 2024
1 parent 9036d5c commit 36bf64f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/enums/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export enum ProtocolVersion {
V8_0 = 0x0002001c, // 2.28
V8_0_1 = 0x0002001d, // 2.29
V8_1_1 = 0x0002001e, // 2.30
V9_4 = 0x0002001f, // 2.31
V9_6 = 0x00020020, // 2.32
}

export enum TransitionStyle {
Expand Down

0 comments on commit 36bf64f

Please sign in to comment.