From fe8f47bb9abe65d28e5768fd2f7042789c350e72 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Fri, 16 Jun 2023 15:42:39 +0100 Subject: [PATCH] version bump for tarball --- scripts/mkRelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkRelease.sh b/scripts/mkRelease.sh index fc4cc6b81..b749c6c82 100755 --- a/scripts/mkRelease.sh +++ b/scripts/mkRelease.sh @@ -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"