Merge pull request #2394 from ipfs/feat/gx-force-gateway

force gx to use 0.4.0 gateways for now
This commit is contained in:
Jeromy Johnson 2016-02-23 10:08:38 -08:00
commit 3f4b684c11

View File

@ -9,6 +9,9 @@ COMMIT := $(shell git rev-parse --short HEAD)
ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
MAKEFLAGS += --no-print-directory
IPFS_API = "https://v04x.ipfs.io"
all: help
godep: