Bump install.sh version to use self-documenting ISO8601 date

This commit is contained in:
Leendert de Borst
2026-01-28 16:52:32 +01:00
parent 3eb7aca4da
commit b687bc08ba
3 changed files with 19 additions and 29 deletions
+1 -1
View File
@@ -560,7 +560,7 @@ echo "--------------------------------"
if [[ "$MARKETING_UPDATE" == true ]]; then
# Install.sh reminder (only for version changes)
echo "• If you've made changes to install.sh since the last release, remember to update its @version in the header to match this release version ($version)."
echo "• If you've made changes to install.sh since the last release, remember to increment its @version number in the header."
# Only create changelog files for GA releases (not alpha, beta, or rc)
if [[ -z "$version_suffix" ]]; then