Skip to content

Commit

Permalink
Release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lfyuomr-gylo committed Dec 31, 2022
1 parent e5e0152 commit 1fbf826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -x

RELEASE=0.4
RELEASE=0.5
mkdir -p build/
env GOOS=darwin GOARCH=amd64 go build -o build/anki-helper-v${RELEASE}-darwin-amd64 .
env GOOS=darwin GOARCH=arm64 go build -o build/anki-helper-v${RELEASE}-darwin-arm64 .
Expand Down

0 comments on commit 1fbf826

Please sign in to comment.