]> source.dussan.org Git - nextcloud-server.git/commitdiff
bump version to reate new tables
authorJakob Sack <mail@jakobsack.de>
Sat, 11 Aug 2012 15:32:17 +0000 (17:32 +0200)
committerJakob Sack <mail@jakobsack.de>
Sat, 11 Aug 2012 15:32:17 +0000 (17:32 +0200)
lib/util.php

index 732acbb920563509f6090300d936aa493ec10780..0ef030e44012071768d017799cdcfbf58aa80509 100755 (executable)
@@ -66,7 +66,7 @@ class OC_Util {
         * @return array
         */
        public static function getVersion(){
-               return array(4,81,2);
+               return array(4,81,3);
        }
 
        /**