summaryrefslogtreecommitdiffstats
path: root/lib/base.php
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 23:34:39 +0200
commit20f5a9f085f6a1f89ccb28738704e7294571b971 (patch)
tree9bd5ec045672000d23828dd9487ce8e4b524617e /lib/base.php
parent68915f18527c97776d278fb155a14aa0b6483393 (diff)
downloadnextcloud-server-20f5a9f085f6a1f89ccb28738704e7294571b971.tar.gz
nextcloud-server-20f5a9f085f6a1f89ccb28738704e7294571b971.zip
bumb version number for upcomming beta
Diffstat (limited to 'lib/base.php')
-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);
}
/**