Skip to content

Commit

Permalink
version bump for tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Jun 16, 2023
1 parent eba5435 commit fe8f47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mkRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
git submodule init
git submodule update

VERSION="0.9"
VERSION="0.9.1"
NAME="magpie"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down

0 comments on commit fe8f47b

Please sign in to comment.