From dd47f361fdc77280af4b959887560c4ded60e9ee Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Sun, 9 Jul 2023 04:40:01 +0200 Subject: [PATCH] Update version --- Common/Modules/Params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Modules/Params.php b/Common/Modules/Params.php index f646085..8782344 100644 --- a/Common/Modules/Params.php +++ b/Common/Modules/Params.php @@ -37,7 +37,7 @@ */ class Params extends CommonModule { - public const BACULARIS_VERSION = '1.6.0'; + public const BACULARIS_VERSION = '2.0.0'; public static $months = [ 'jan' => 'January',