@cryptotaxi247 / kubo / commits / 70cd1dac9

update gx version

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Jul 19, 2016 at 08:08 UTC 70cd1dac9a58014ea713a3967792ab68216c96ca
1 file changed +3 -3
Makefile
+3 -3
@@ -15,9 +15,9 @@ else
15 GOPATH_DELIMITER = :
16 endif
17
18 -dist_root=/ipfs/QmXZQzBAFuoELw3NtjQZHkWSdA332PyQUj6pQjuhEukvg8
19 -gx_bin=bin/gx-v0.7.0
20 -gx-go_bin=bin/gx-go-v1.2.0
18 +dist_root=/ipfs/QmUnvqDuRyfe7HJuiMMHv77AMUFnjGyAU28LFPeTYwGmFF
19 +gx_bin=bin/gx-v0.8.0
20 +gx-go_bin=bin/gx-go-v1.2.1
21
22 # use things in our bin before any other system binaries
23 export PATH := bin:$(PATH)