Skip to content

Commit

Permalink
Update protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Nov 20, 2024
1 parent 65afa33 commit fb74e06
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.23.3',
: '4.25.0',
}))

resolve(ws)
Expand Down

0 comments on commit fb74e06

Please sign in to comment.