From 94a0e16b6784b6719bd17ea1e3c39c38b6b503ec Mon Sep 17 00:00:00 2001 From: Jeromy Date: Tue, 23 Aug 2016 11:03:43 -0700 Subject: [PATCH] update gx binary requirements License: MIT Signed-off-by: Jeromy --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f717721e7..c32f16c96 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ else GOPATH_DELIMITER = : endif -dist_root=/ipfs/QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF -gx_bin=bin/gx-v0.8.0 -gx-go_bin=bin/gx-go-v1.2.1 +dist_root=/ipfs/QmNZL8wNsvAGdVYr8uGeUE9aGfHjFpHegAWywQFEdSaJbp +gx_bin=bin/gx-v0.9.0 +gx-go_bin=bin/gx-go-v1.3.0 # use things in our bin before any other system binaries export PATH := bin:$(PATH)