Skip to content

Commit

Permalink
update version to 4.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed May 2, 2022
1 parent bb3ceba commit 4316c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm_program/system/bootstrap/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

define('ADMIDIO_VERSION_MAIN', 4);
define('ADMIDIO_VERSION_MINOR', 1);
define('ADMIDIO_VERSION_PATCH', 10);
define('ADMIDIO_VERSION_PATCH', 11);
define('ADMIDIO_VERSION_BETA', 0);

define('ADMIDIO_VERSION', ADMIDIO_VERSION_MAIN . '.' . ADMIDIO_VERSION_MINOR . '.' . ADMIDIO_VERSION_PATCH);
Expand Down

0 comments on commit 4316c87

Please sign in to comment.