From: Björn Schießle Date: Tue, 29 Jan 2013 20:04:28 +0000 (+0100) Subject: version dump to trigger db update X-Git-Tag: v5.0.0alpha1~179^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=007bddceba7c9b5ca00710d6b1b23a49976e7a22;p=nextcloud-server.git version dump to trigger db update --- diff --git a/lib/util.php b/lib/util.php index 374baa43dbe..0543df979d3 100755 --- a/lib/util.php +++ b/lib/util.php @@ -95,7 +95,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, 02); + return array(4, 91, 03); } /**