Skip to content

Commit

Permalink
bump sent mumble version
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Dec 24, 2023
1 parent 524437a commit bb70d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class Client extends EventEmitter {
const version = {
major: 1,
minor: 4,
patch: 230,
patch: 287,
};
return await this.socket?.send(
Version,
Expand Down

0 comments on commit bb70d9b

Please sign in to comment.