Bump install script version

This commit is contained in:
root
2026-01-28 19:08:47 +02:00
parent c67efe4b94
commit 89f012daa7
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
A modern web hosting control panel for WordPress and general PHP hosting. Built with Laravel 12, Filament v5, Livewire 4, and Tailwind CSS v4.
Version: 0.9-rc16 (release candidate)
Version: 0.9-rc17 (release candidate)
This is a release candidate. Expect rapid iteration and breaking changes until 1.0.

View File

@@ -1 +1 @@
VERSION=0.9-rc16
VERSION=0.9-rc17

View File

@@ -12,7 +12,7 @@
set -e
# Version - will be read from VERSION file after clone, this is fallback
JABALI_VERSION="0.9-rc2"
JABALI_VERSION="0.9-rc17"
# Colors
RED='\033[0;31m'