From dddc9d20fbf763822f5f82d0cf58f9b5d19ae4e0 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Wed, 26 Feb 2020 14:55:54 +0100 Subject: [PATCH] baculum: Update version --- gui/baculum/protected/Common/Class/Params.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/baculum/protected/Common/Class/Params.php b/gui/baculum/protected/Common/Class/Params.php index b430e807a..554457ab0 100644 --- a/gui/baculum/protected/Common/Class/Params.php +++ b/gui/baculum/protected/Common/Class/Params.php @@ -31,7 +31,7 @@ Prado::using('Application.Common.Class.CommonModule'); */ class Params extends CommonModule { - const BACULUM_VERSION = '9.6.1'; + const BACULUM_VERSION = '9.6.2'; public static $months = array( 'jan' => 'January', -- 2.47.3