Skip to content

Commit

Permalink
set version to 4.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed Dec 29, 2021
1 parent 56a0bdc commit 0b174b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm_program/system/bootstrap/constants.php
Expand Up @@ -24,7 +24,7 @@

define('ADMIDIO_VERSION_MAIN', 4);
define('ADMIDIO_VERSION_MINOR', 0);
define('ADMIDIO_VERSION_PATCH', 12);
define('ADMIDIO_VERSION_PATCH', 13);
define('ADMIDIO_VERSION_BETA', 0);
define('ADMIDIO_VERSION', ADMIDIO_VERSION_MAIN . '.' . ADMIDIO_VERSION_MINOR . '.' . ADMIDIO_VERSION_PATCH);

Expand Down

0 comments on commit 0b174b8

Please sign in to comment.