Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/lib_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lib_base.php b/inc/lib_base.php
index 3afbafc903f..65664ae8614 100644
--- a/inc/lib_base.php
+++ b/inc/lib_base.php
@@ -172,7 +172,7 @@ class OC_UTIL {
* @return array
*/
public static function getVersion(){
- return array(1,0,60);
+ return array(1,1,0);
}
/**