Skip to content

Commit 8f7a288

Browse files
committed
set version to 5.0.10
1 parent 57bdc6c commit 8f7a288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/bootstrap/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
const ADMIDIO_VERSION_MAIN = 5;
2525
const ADMIDIO_VERSION_MINOR = 0;
26-
const ADMIDIO_VERSION_PATCH = 9;
26+
const ADMIDIO_VERSION_PATCH = 10;
2727
const ADMIDIO_VERSION_BETA = 0;
2828

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

0 commit comments

Comments
 (0)