]> source.dussan.org Git - nextcloud-server.git/commitdiff
set version number to 1.1 v1.1
authorRobin Appelman <icewind1991@gmail.com>
Sun, 31 Oct 2010 00:44:19 +0000 (02:44 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Sun, 31 Oct 2010 00:44:19 +0000 (02:44 +0200)
inc/lib_base.php

index 3afbafc903f2ce7180447d9b0c9913cfa7628a12..65664ae861485df61edbda115b77c12b6eda7bd0 100644 (file)
@@ -172,7 +172,7 @@ class OC_UTIL {
        * @return array
        */
        public static function getVersion(){
-               return array(1,0,60);
+               return array(1,1,0);
        }
   
   /**