From 3ca9b4fc53350b82f595213068a5c02c73e3bd04 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Wed, 15 Nov 2023 21:15:17 +0100 Subject: [PATCH] Bump version to 0.9.4 (#1217) --- Core/Distrib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Distrib.php b/Core/Distrib.php index 93c9186..3e64754 100644 --- a/Core/Distrib.php +++ b/Core/Distrib.php @@ -25,5 +25,5 @@ # This copyright notice MUST APPEAR in all copies of the script! ################################################################# -define("BAIKAL_VERSION", "0.9.3"); +define("BAIKAL_VERSION", "0.9.4"); define("BAIKAL_HOMEPAGE", "https://sabre.io/baikal/");