summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 8beb4a884bc..2a50114b053 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -82,7 +82,7 @@ class OC_UTIL {
* @return array
*/
public static function getVersion(){
- return array(1,60,0);
+ return array(1,90,0);
}
/**
@@ -242,4 +242,3 @@ class OC_UTIL {
return $errors;
}
}
-