Skip to content

Commit 59b4888

Browse files
committed
set version to 5.0.0
1 parent c193d80 commit 59b4888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/bootstrap/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
const ADMIDIO_VERSION_MAIN = 5;
2525
const ADMIDIO_VERSION_MINOR = 0;
2626
const ADMIDIO_VERSION_PATCH = 0;
27-
const ADMIDIO_VERSION_BETA = 3;
27+
const ADMIDIO_VERSION_BETA = 0;
2828

2929
const ADMIDIO_VERSION = ADMIDIO_VERSION_MAIN . '.' . ADMIDIO_VERSION_MINOR . '.' . ADMIDIO_VERSION_PATCH;
3030

0 commit comments

Comments
 (0)