Skip to content

Commit

Permalink
Merge branch 'release/1.11.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Mar 25, 2019
2 parents 8041ee3 + b6e2777 commit 669e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Display XE's full version.
*/
define('__XE_VERSION__', '1.11.2');
define('__XE_VERSION__', '1.11.3');
define('__XE_VERSION_ALPHA__', (stripos(__XE_VERSION__, 'alpha') !== false));
define('__XE_VERSION_BETA__', (stripos(__XE_VERSION__, 'beta') !== false));
define('__XE_VERSION_RC__', (stripos(__XE_VERSION__, 'rc') !== false));
Expand Down

0 comments on commit 669e6fb

Please sign in to comment.