Skip to content

Commit

Permalink
Bumped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
NorHei committed Dec 27, 2016
1 parent 4b39293 commit fee3215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wbce/admin/interface/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}

// set WBCE version and release tag
define('NEW_WBCE_VERSION', '1.1.8');
define('NEW_WBCE_VERSION', '1.1.9');
if (!defined('WBCE_VERSION')) {
define('WBCE_VERSION', NEW_WBCE_VERSION);
}

define('NEW_WBCE_TAG', '1.1.8');
define('NEW_WBCE_TAG', '1.1.9');
if (!defined('WBCE_TAG')) {
define('WBCE_TAG', NEW_WBCE_TAG);
}
Expand Down

0 comments on commit fee3215

Please sign in to comment.