Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Update geth to 1.8.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistra authored and kenshyx committed Feb 16, 2018
1 parent 749412e commit a92d334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/GethBin.ts
Expand Up @@ -8,8 +8,8 @@ import { unlink } from 'fs';
const defaultTarget = path.join(__dirname, 'bin');

const repo = 'https://gethstore.blob.core.windows.net/builds/';
const gethVersion = '1.7.3';
const gethCommit = '4bb3c89d';
const gethVersion = '1.8.0';
const gethCommit = '5f540757';
// const baseUrl = url.resolve(repo, gethVersion);

const source = {
Expand Down Expand Up @@ -70,4 +70,4 @@ export class GethBin {
const path = this.getPath();
return Promise.fromCallback((cb) => unlink(path, cb));
}
}
}

0 comments on commit a92d334

Please sign in to comment.