Skip to content

Commit

Permalink
Bump protocol version to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Apr 24, 2024
1 parent e6111d9 commit 25a71d2
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.2.0-beta.1',
: '4.4.2',
}))

resolve(ws)
Expand Down

0 comments on commit 25a71d2

Please sign in to comment.