From c15d24ad456643c8dc9231c18901ea5c24e3ce8a Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 3 Jul 2022 18:34:34 +0100 Subject: [PATCH] Template agb version needs updating twice now --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 8a1fe6c5..b1a880b1 100755 --- a/release.sh +++ b/release.sh @@ -46,7 +46,7 @@ fi TAGNAME="v$VERSION" -for PROJECT_TOML_FILE in agb/Cargo.toml agb-*/Cargo.toml; do +for PROJECT_TOML_FILE in agb/Cargo.toml agb-*/Cargo.toml template/Cargo.toml; do DIRECTORY=$(dirname "$PROJECT_TOML_FILE") # Update the version in Cargo.toml