We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871d9e0 commit 92b4229Copy full SHA for 92b4229
make-releases.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VERSION="v0.10.4"
+VERSION="v0.10.5"
4
5
for osarch in 'darwin/amd64' 'darwin/arm64' 'linux/amd64' 'linux/arm' 'linux/arm64' 'linux/mips' 'linux/mipsle'; do
6
GOOS=${osarch%/*} GOARCH=${osarch#*/} go build -ldflags="-w -s -X main.VERSION=${VERSION}" github.com/xvzc/SpoofDPI/cmd/spoof-dpi &&
0 commit comments