v0.7.30 - Update increment and push script

This commit is contained in:
Your Name
2025-10-18 15:04:45 -04:00
parent e878b9557e
commit 838ce5b45a
3 changed files with 6 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ increment_version() {
print_status "New version: $NEW_VERSION"
# Update version in src/main.h
update_version_in_header "$NEW_VERSION" "$MAJOR" "$NEW_MINOR" "$NEW_PATCH"
update_version_in_header "$NEW_VERSION" "$MAJOR" "${NEW_MINOR:-$MINOR}" "${NEW_PATCH:-$PATCH}"
# Export for use in other functions
export NEW_VERSION