chore: bump version to 3.2.0 across all files

This commit is contained in:
2025-12-15 15:09:34 +01:00
parent f033b02cec
commit 51fc570fc7
9 changed files with 54 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ echo "🔧 Using Go version: $GO_VERSION"
# Configuration
APP_NAME="dbbackup"
VERSION="3.1.0"
VERSION="3.2.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"