From 5587fddc0e84a72451b40abb2a5a62d99a9b90ff Mon Sep 17 00:00:00 2001 From: Giulio Mistrangelo Date: Fri, 16 Feb 2018 13:20:49 +0100 Subject: [PATCH] Update geth to 1.8.0 --- lib/GethBin.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/GethBin.ts b/lib/GethBin.ts index 6c335fb..7dba43f 100644 --- a/lib/GethBin.ts +++ b/lib/GethBin.ts @@ -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 = { @@ -70,4 +70,4 @@ export class GethBin { const path = this.getPath(); return Promise.fromCallback((cb) => unlink(path, cb)); } -} \ No newline at end of file +}