fix: version 1.3.0-alpha (alpha until beta testing complete)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c62d7f77b5
commit
051d3b1375
@ -65,8 +65,8 @@ else
|
||||
fi
|
||||
echo "$BUILD_NUM" | sudo tee "$BUILD_COUNTER_FILE" > /dev/null 2>/dev/null || BUILD_NUM=1
|
||||
GIT_SHORT=$(cd "$SCRIPT_DIR/.." && git rev-parse --short HEAD 2>/dev/null || echo "dev")
|
||||
# Version format: major.minor.patch (semver)
|
||||
BUILD_VERSION="1.3.0"
|
||||
# Version format: major.minor.patch-prerelease (semver)
|
||||
BUILD_VERSION="1.3.0-alpha"
|
||||
echo "Build #${BUILD_NUM} (${BUILD_VERSION}, commit ${GIT_SHORT})"
|
||||
|
||||
# Architecture-dependent variables
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user