From f3eaec34584c575573f748b8d9df221e2c9942f2 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Sun, 31 Oct 2021 14:00:55 +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 a0be15d95..ea27ae2e6 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 = '11.0.5.4'; + const BACULUM_VERSION = '11.0.5.5'; public static $months = array( 'jan' => 'January', -- 2.47.3