diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-02-25 20:00:40 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-02-25 20:00:40 +0100 |
commit | a533bb6dcd4a68927c21b63a83830d79384320a5 (patch) | |
tree | c9a240275155a8d3e48dfb7453e047b0cf04ce00 | |
parent | 571f1e2d2b032eb0bb28ed6828fc10a03d192005 (diff) | |
download | nextcloud-server-a533bb6dcd4a68927c21b63a83830d79384320a5.tar.gz nextcloud-server-a533bb6dcd4a68927c21b63a83830d79384320a5.zip |
5 beta 2v5.0.0beta2
-rwxr-xr-x | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 0d608db53a5..ae6b4646e1b 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(4, 93, 10); + return array(4, 94, 10); } /** @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0 beta 1'; + return '5.0 beta 2'; } /** |