From 89f012daa74ef41f0cb2013abccc9716b827fa65 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Jan 2026 19:08:47 +0200 Subject: [PATCH] Bump install script version --- README.md | 2 +- VERSION | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2db3563..aff706a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/VERSION b/VERSION index ea4c56f..21e6f7f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.9-rc16 +VERSION=0.9-rc17 diff --git a/install.sh b/install.sh index cc70ecb..cfa1493 100755 --- a/install.sh +++ b/install.sh @@ -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'