]> source.dussan.org Git - nextcloud-server.git/commitdiff
bumb version number for upcomming beta
authorRobin Appelman <icewind1991@gmail.com>
Thu, 28 Jul 2011 19:58:55 +0000 (21:58 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Thu, 28 Jul 2011 21:34:39 +0000 (23:34 +0200)
lib/base.php

index 743ed587922491631f23346a87dc679fd91a95ea..4636dd703ed5a9eaabe607ac3d5f16e2cc9812fe 100644 (file)
@@ -199,7 +199,7 @@ class OC_UTIL {
         * @return array
         */
        public static function getVersion(){
-               return array(1,60,0);
+               return array(1,90,0);
        }
 
        /**