From 5efc4b8ed257a21bd3f80e02747496e8fcb813c3 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Fri, 31 Dec 2021 12:37:54 +0100 Subject: [PATCH] Bump version to 0.9.0 --- Core/Distrib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Distrib.php b/Core/Distrib.php index c7b0e314..b832421c 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.8.0"); +define("BAIKAL_VERSION", "0.9.0"); define("BAIKAL_HOMEPAGE", "http://sabre.io/baikal/");