Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
gx publish 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubuxu committed Feb 18, 2019
1 parent 494f7fc commit 30d6466
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
@@ -1 +1 @@
1.0.6: QmZgrJk2k14P3zHUAz4hdk1TnU57iaTWEk8fGmFkrafEMX
1.0.7: QmcuwUeB1xmFjnARpFTYFhuWyhVxpvosR97VLdSpZ1a1LV
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,6 +64,6 @@
"license": "",
"name": "go-libp2p-autonat",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.0.6"
"version": "1.0.7"
}

6 changes: 6 additions & 0 deletions pb/Makefile
@@ -0,0 +1,6 @@
pbgos := $(patsubst %.proto,%.pb.go,$(wildcard *.proto))

all: $(pbgos)

%.pb.go: %.proto
protoc --gogofast_out=. --proto_path=$(GOPATH)/src:. $<

0 comments on commit 30d6466

Please sign in to comment.