bump version to v0.26.4

This commit is contained in:
ffdfgdfg
2020-02-28 13:59:37 +08:00
parent 9061201684
commit 6186af44df
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#/bash/sh
export VERSION=0.26.3
export VERSION=0.26.4
sudo apt-get install gcc-mingw-w64-i686
env GOOS=windows GOARCH=386 CGO_ENABLED=1 CC=i686-w64-mingw32-gcc go build -ldflags "-s -w -extldflags -static -extldflags -static" -buildmode=c-shared -o npc_sdk.dll cmd/npc/sdk.go