Skip to content

Commit

Permalink
set version to beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed Nov 7, 2020
1 parent e8f6178 commit 4ab6565
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 @@ -25,7 +25,7 @@
define('ADMIDIO_VERSION_MAIN', 4);
define('ADMIDIO_VERSION_MINOR', 0);
define('ADMIDIO_VERSION_PATCH', 0);
define('ADMIDIO_VERSION_BETA', 1);
define('ADMIDIO_VERSION_BETA', 2);
define('ADMIDIO_VERSION', ADMIDIO_VERSION_MAIN . '.' . ADMIDIO_VERSION_MINOR . '.' . ADMIDIO_VERSION_PATCH);

if(ADMIDIO_VERSION_BETA > 0)
Expand Down

0 comments on commit 4ab6565

Please sign in to comment.