diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-28 21:58:55 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-28 21:58:55 +0200 |
commit | 0ab6e038631793e110af3ef9172798f6f35c9843 (patch) | |
tree | 93449976e88310347f578c8586817e9d766205b0 | |
parent | 5728f801161ae0ee25113581157a26b1b63cd9ff (diff) | |
download | nextcloud-server-0ab6e038631793e110af3ef9172798f6f35c9843.tar.gz nextcloud-server-0ab6e038631793e110af3ef9172798f6f35c9843.zip |
bumb version number for upcomming beta
-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); } /** |