From 7c1bf4778bd82658ce1ff226d400f2037bd7fe4f Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Fri, 26 Apr 2019 20:50:26 +0200 Subject: [PATCH] Bumped version to 0.5.2 --- Core/Distrib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Distrib.php b/Core/Distrib.php index 9b66707..9d9ae58 100644 --- a/Core/Distrib.php +++ b/Core/Distrib.php @@ -24,5 +24,5 @@ # This copyright notice MUST APPEAR in all copies of the script! ################################################################# -define("BAIKAL_VERSION", "0.5.1"); +define("BAIKAL_VERSION", "0.5.2"); define("BAIKAL_HOMEPAGE", "http://sabre.io/baikal/");