Changed version from 1.2.8 to 1.2.9 in preperation for next release

This commit is contained in:
Muhammad Ibrahim
2025-10-11 20:14:08 +01:00
parent 5c4353a688
commit ed8cc81b89
9 changed files with 28 additions and 29 deletions

View File

@@ -34,7 +34,7 @@ BLUE='\033[0;34m'
NC='\033[0m' # No Color
# Global variables
SCRIPT_VERSION="self-hosting-install.sh v1.2.8-selfhost-2025-10-10-6"
SCRIPT_VERSION="self-hosting-install.sh v1.2.9-selfhost-2025-10-10-6"
DEFAULT_GITHUB_REPO="https://github.com/PatchMon/PatchMon.git"
FQDN=""
CUSTOM_FQDN=""
@@ -867,7 +867,7 @@ EOF
cat > frontend/.env << EOF
VITE_API_URL=$SERVER_PROTOCOL_SEL://$FQDN/api/v1
VITE_APP_NAME=PatchMon
VITE_APP_VERSION=1.2.8
VITE_APP_VERSION=1.2.9
EOF
print_status "Environment files created"
@@ -1239,7 +1239,7 @@ create_agent_version() {
# Priority 2: Use fallback version if not found
if [ "$current_version" = "N/A" ] || [ -z "$current_version" ]; then
current_version="1.2.8"
current_version="1.2.9"
print_warning "Could not determine version, using fallback: $current_version"
fi