Skip to content

Commit

Permalink
Set protocol version to 4.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jul 16, 2024
1 parent 77641ed commit e1cdf40
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.20.0',
: '4.22.0',
}))

resolve(ws)
Expand Down

0 comments on commit e1cdf40

Please sign in to comment.