Skip to content

Commit

Permalink
update default client version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstoneham committed Dec 6, 2019
1 parent 3f702fe commit 14b1f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class Client {
// client status
status: ClientStatus = ClientStatus.INITIALISING;
// when using hash of unknown daemon assume version
readonly assumeClientVersion = '3.3.3.0';
readonly assumeClientVersion = '3.4.0.0';

constructor(win) {
this.win = win;
Expand Down

0 comments on commit 14b1f14

Please sign in to comment.