diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-06-17 08:50:13 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-06-17 08:50:13 +0200 |
commit | 7625528b611ca61432446cf92edb72c7160118a6 (patch) | |
tree | a1b785d2e330f49b55f53a0e5a669be92b7aaff9 | |
parent | beee69bee41cb711d163be7087433993aca12c5e (diff) | |
download | nextcloud-server-5.0.17beta1.tar.gz nextcloud-server-5.0.17beta1.zip |
5.0.17 beta 1v5.0.17beta1
-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 5cda0a9dcfb..222783ad4fc 100755 --- a/lib/util.php +++ b/lib/util.php @@ -77,7 +77,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(5, 00, 33); + return array(5, 00, 34); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.16'; + return '5.0.17 beta 1'; } /** |