Prepare 20.0.3

This commit is contained in:
Laurent Destailleur (aka Eldy) 2024-12-29 14:54:04 +01:00
parent 324636f1c6
commit 8c1eab62da

View File

@ -35,7 +35,7 @@ if (!defined('DOL_APPLICATION_TITLE')) {
define('DOL_APPLICATION_TITLE', 'Dolibarr');
}
if (!defined('DOL_VERSION')) {
define('DOL_VERSION', '20.0.2'); // a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
define('DOL_VERSION', '20.0.3'); // a.b.c-alpha, a.b.c-beta, a.b.c-rcX or a.b.c
}
if (!defined('EURO')) {