Skip to content

Commit e23dba8

Browse files
committed
set version to 3.2.4
1 parent f3ba33c commit e23dba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adm_program/system/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
define('ADMIDIO_VERSION_MAIN', 3);
2424
define('ADMIDIO_VERSION_MINOR', 2);
25-
define('ADMIDIO_VERSION_PATCH', 3);
25+
define('ADMIDIO_VERSION_PATCH', 4);
2626
define('ADMIDIO_VERSION_BETA', 0);
2727
define('ADMIDIO_VERSION', ADMIDIO_VERSION_MAIN . '.' . ADMIDIO_VERSION_MINOR . '.' . ADMIDIO_VERSION_PATCH);
2828

0 commit comments

Comments
 (0)