Skip to content

Commit

Permalink
Merge tag '1.11.1' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
bnu committed Oct 17, 2018
2 parents cafb745 + 44a98c2 commit f8908ba
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.0');
define('__XE_VERSION__', '1.11.1');
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 f8908ba

Please sign in to comment.