Skip to content

Commit 92b4229

Browse files
committed
release
1 parent 871d9e0 commit 92b4229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-releases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="v0.10.4"
3+
VERSION="v0.10.5"
44

55
for osarch in 'darwin/amd64' 'darwin/arm64' 'linux/amd64' 'linux/arm' 'linux/arm64' 'linux/mips' 'linux/mipsle'; do
66
GOOS=${osarch%/*} GOARCH=${osarch#*/} go build -ldflags="-w -s -X main.VERSION=${VERSION}" github.com/xvzc/SpoofDPI/cmd/spoof-dpi &&

0 commit comments

Comments
 (0)