summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-28 21:58:55 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-28 21:58:55 +0200
commit0ab6e038631793e110af3ef9172798f6f35c9843 (patch)
tree93449976e88310347f578c8586817e9d766205b0
parent5728f801161ae0ee25113581157a26b1b63cd9ff (diff)
downloadnextcloud-server-0ab6e038631793e110af3ef9172798f6f35c9843.tar.gz
nextcloud-server-0ab6e038631793e110af3ef9172798f6f35c9843.zip
bumb version number for upcomming beta
-rw-r--r--lib/base.php2
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);
}
/**