Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
for upcoming beta release
  • Loading branch information
Colinax committed Jun 28, 2019
1 parent 43e5083 commit 49bf99c
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 @@ -14,8 +14,8 @@
// set WBCE version and release tag
/////////////////////////////////////////

define('NEW_WBCE_VERSION', '1.4.0.dev'); // NEW_WBCE_VERSION
define('NEW_WBCE_TAG', '1.3.3'); // NEW_WBCE_TAG
define('NEW_WBCE_VERSION', '1.4.0-beta.1'); // NEW_WBCE_VERSION
define('NEW_WBCE_TAG', '1.4.0-beta.1'); // NEW_WBCE_TAG

defined('WBCE_VERSION') or define('WBCE_VERSION', NEW_WBCE_VERSION); // WBCE_VERSION
defined('WBCE_TAG') or define('WBCE_TAG', NEW_WBCE_TAG); // WBCE_TAG
Expand Down

0 comments on commit 49bf99c

Please sign in to comment.