Skip to content

Commit

Permalink
Set protocol version to 4.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Sep 30, 2024
1 parent 4e99232 commit 65afa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/lib/WebSocketFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class WebSocketFactory {
jwt: this.jwt,
clientVersion: isElectron()
? await window.electronApi.invoke('updater.getVersion')
: '4.22.0',
: '4.23.3',
}))

resolve(ws)
Expand Down

0 comments on commit 65afa33

Please sign in to comment.