Skip to content

Commit

Permalink
Bump protocol version to 4.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Feb 2, 2025
1 parent 1ccf0c0 commit e434e55
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.27.1',
: '4.28.2',
}))

resolve(ws)
Expand Down

0 comments on commit e434e55

Please sign in to comment.