]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bump version to trigger db update.
authorThomas Tanghus <thomas@tanghus.net>
Sat, 9 Jun 2012 14:04:47 +0000 (16:04 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Sat, 9 Jun 2012 14:05:21 +0000 (16:05 +0200)
lib/util.php

index ef8ba8efe72baa8d7599a333504071165499e6ec..53096f029a2f664bb009839af5e8bc7284fd8253 100644 (file)
@@ -83,7 +83,7 @@ class OC_Util {
         * @return array
         */
        public static function getVersion(){
-               return array(4,80,0);
+               return array(4,80,1);
        }
 
        /**