diff options
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 743ed587922..4636dd703ed 100644 --- a/lib/base.php +++ b/lib/base.php @@ -199,7 +199,7 @@ class OC_UTIL { * @return array */ public static function getVersion(){ - return array(1,60,0); + return array(1,90,0); } /** |