Skip to content

Commit

Permalink
* [MOD] Bump to RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed Jan 27, 2017
1 parent daa97f7 commit 5aca776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/SP/Util/Util.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static function init_var($s, $d = '')
*/
public static function getVersionString()
{
return '2.0-beta';
return '2.0-RC1';
}

/**
Expand Down Expand Up @@ -368,7 +368,7 @@ public static function getAppInfo($index = null)
*/
public static function getVersion($retBuild = false)
{
$build = '17012601';
$build = '17012701';
$version = [2, 0, 0];

if ($retBuild) {
Expand Down

0 comments on commit 5aca776

Please sign in to comment.