Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 31, 2024
1 parent 10a3860 commit 6f151e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-releases.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v0.10.0"
VERSION="v0.10.1"

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

0 comments on commit 6f151e7

Please sign in to comment.