Skip to content

Commit 5b59ea0

Browse files
committed
update version to 3.2.2
1 parent eda9c87 commit 5b59ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adm_program/system/constants.php

Lines changed: 1 addition & 1 deletion
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', 1);
25+
define('ADMIDIO_VERSION_PATCH', 2);
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)