build: Update binaries to v3.0.0

- Updated build_all.sh VERSION to 3.0.0
- Rebuilt all 10 cross-platform binaries
- Updated bin/README.md with v3.0.0 features
- All binaries now correctly report version 3.0.0

Platforms: Linux (x3), macOS (x2), Windows (x2), BSD (x3)
This commit is contained in:
2025-11-26 09:34:32 +00:00
parent c6399ee8e7
commit 2039a22d95

View File

@@ -15,7 +15,7 @@ echo "🔧 Using Go version: $GO_VERSION"
# Configuration
APP_NAME="dbbackup"
VERSION="1.1.0"
VERSION="3.0.0"
BUILD_TIME=$(date -u '+%Y-%m-%d_%H:%M:%S_UTC')
GIT_COMMIT=$(git rev-parse --short HEAD 2>/dev/null || echo "unknown")
BIN_DIR="bin"