Skip to content

Commit

Permalink
Bumped Version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NorHei committed Mar 23, 2016
1 parent 4e0ba92 commit 9c726d5
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.5');
define('NEW_WBCE_VERSION', '1.1.6');
if (!defined('WBCE_VERSION')) {
define('WBCE_VERSION', NEW_WBCE_VERSION);
}

define('NEW_WBCE_TAG', '1.1.5');
define('NEW_WBCE_TAG', '1.1.6');
if (!defined('WBCE_TAG')) {
define('WBCE_TAG', NEW_WBCE_TAG);
}
Expand Down

0 comments on commit 9c726d5

Please sign in to comment.