Template agb version needs updating twice now

This commit is contained in:
Gwilym Kuiper 2022-07-03 18:34:34 +01:00
parent 208104d036
commit c15d24ad45

View file

@ -46,7 +46,7 @@ fi
TAGNAME="v$VERSION" 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") DIRECTORY=$(dirname "$PROJECT_TOML_FILE")
# Update the version in Cargo.toml # Update the version in Cargo.toml