Skip to content

Commit f5309b3

Browse files
committed
change version to 3.0.1
1 parent dd41aab commit f5309b3

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
@@ -18,7 +18,7 @@
1818

1919
define('ADMIDIO_VERSION_MAIN', 3);
2020
define('ADMIDIO_VERSION_MINOR', 0);
21-
define('ADMIDIO_VERSION_PATCH', 0);
21+
define('ADMIDIO_VERSION_PATCH', 1);
2222
define('ADMIDIO_VERSION_BETA', 0);
2323
define('ADMIDIO_VERSION', ADMIDIO_VERSION_MAIN . '.' . ADMIDIO_VERSION_MINOR . '.' . ADMIDIO_VERSION_PATCH);
2424

0 commit comments

Comments
 (0)