Skip to content

Commit

Permalink
Bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivateGER committed Jul 22, 2021
1 parent b7cf3d6 commit a23ff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_allarch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.0.1"
VERSION="0.0.2"

echo "Building Linux..."
GOOS=linux GOARCH=amd64 go build -ldflags "-X main.buildVersion=$VERSION" -o "build/patreon-dl_${VERSION}_Linux_amd64"
Expand Down

0 comments on commit a23ff94

Please sign in to comment.