Skip to content

Commit fe8f47b

Browse files
committed
version bump for tarball
1 parent eba5435 commit fe8f47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mkRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
git submodule init
55
git submodule update
66

7-
VERSION="0.9"
7+
VERSION="0.9.1"
88
NAME="magpie"
99
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
1010
xz -9 "${NAME}-${VERSION}.tar"

0 commit comments

Comments
 (0)