From: Robin Appelman Date: Wed, 30 Jan 2013 18:37:02 +0000 (+0100) Subject: Bumb version number for displayname db upgrade X-Git-Tag: v5.0.0alpha1~171^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6043789394252a8f9042acfe0e62c1a5fb4e73d1;p=nextcloud-server.git Bumb version number for displayname db upgrade --- diff --git a/lib/util.php b/lib/util.php index f2d2e782ffc..e8057abe9ae 100755 --- a/lib/util.php +++ b/lib/util.php @@ -74,7 +74,7 @@ class OC_Util { */ public static function getVersion() { // hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user - return array(4, 91, 8); + return array(4, 91, 9); } /**