Skip to content

Commit 1f33906

Browse files
committed
set version to 4.3.6
1 parent 49a4ce9 commit 1f33906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adm_program/system/bootstrap/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
const ADMIDIO_VERSION_MAIN = 4;
2525
const ADMIDIO_VERSION_MINOR = 3;
26-
const ADMIDIO_VERSION_PATCH = 5;
26+
const ADMIDIO_VERSION_PATCH = 6;
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)