From 3d6a4d56ee7a106ac4849ece5f46b126cff1d90f Mon Sep 17 00:00:00 2001 From: Tatiana <--> Date: Tue, 17 Sep 2024 11:50:37 +0300 Subject: [PATCH] VERSION = '5.12.60.0'; --- totum/common/Totum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/totum/common/Totum.php b/totum/common/Totum.php index 292443cb..fcc6d522 100644 --- a/totum/common/Totum.php +++ b/totum/common/Totum.php @@ -27,7 +27,7 @@ */ class Totum { - public const VERSION = '5.11.57.0'; + public const VERSION = '5.12.60.0'; public const TABLE_CODE_PARAMS = ['row_format', 'table_format', 'on_duplicate', 'default_action'];