From: Thomas Tanghus Date: Sat, 9 Jun 2012 14:04:47 +0000 (+0200) Subject: Bump version to trigger db update. X-Git-Tag: v4.5.0beta1~74^2~422^2~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b16136642b7b2629d1105ebe02af6313904bd837;p=nextcloud-server.git Bump version to trigger db update. --- diff --git a/lib/util.php b/lib/util.php index ef8ba8efe72..53096f029a2 100644 --- a/lib/util.php +++ b/lib/util.php @@ -83,7 +83,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(4,80,0); + return array(4,80,1); } /**