Skip to content

Commit 20c33e8

Browse files
author
bnu
committed
Merge branch 'develop'
2 parents 0f0c573 + 2467ca8 commit 20c33e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* Display XE's full version.
3131
*/
32-
define('__XE_VERSION__', '1.8.27');
32+
define('__XE_VERSION__', '1.8.28');
3333
define('__XE_VERSION_ALPHA__', (stripos(__XE_VERSION__, 'alpha') !== false));
3434
define('__XE_VERSION_BETA__', (stripos(__XE_VERSION__, 'beta') !== false));
3535
define('__XE_VERSION_RC__', (stripos(__XE_VERSION__, 'rc') !== false));

0 commit comments

Comments
 (0)