Skip to content

Commit

Permalink
set version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed Feb 12, 2023
1 parent 488557e commit c0b62c4
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 @@

const ADMIDIO_VERSION_MAIN = 4;
const ADMIDIO_VERSION_MINOR = 2;
const ADMIDIO_VERSION_PATCH = 0;
const ADMIDIO_VERSION_PATCH = 1;
const ADMIDIO_VERSION_BETA = 0;

const ADMIDIO_VERSION = ADMIDIO_VERSION_MAIN . '.' . ADMIDIO_VERSION_MINOR . '.' . ADMIDIO_VERSION_PATCH;
Expand Down

0 comments on commit c0b62c4

Please sign in to comment.