diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-09-06 20:31:11 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-09-06 20:31:11 +0200 |
commit | 33ba6b0b347daadfba29655ec82d46651a1800dd (patch) | |
tree | 3ed2d62307dd3d8dd75b30cb426828b1315e6124 | |
parent | 0907b4119af3aec4686d789f06cee0cc33f14c8b (diff) | |
download | nextcloud-server-5.0.11.tar.gz nextcloud-server-5.0.11.zip |
5.0.11v5.0.11
-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 c6486b4edf2..fff7ddc09e4 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, 19); + return array(5, 00, 20); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.11 RC2'; + return '5.0.11'; } /** |