Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Aug 6, 2024
1 parent 871d9e0 commit 92b4229
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.4"
VERSION="v0.10.5"

for osarch in 'darwin/amd64' 'darwin/arm64' '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 92b4229

Please sign in to comment.