diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-28 21:58:55 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-28 23:34:39 +0200 |
commit | 20f5a9f085f6a1f89ccb28738704e7294571b971 (patch) | |
tree | 9bd5ec045672000d23828dd9487ce8e4b524617e /lib/base.php | |
parent | 68915f18527c97776d278fb155a14aa0b6483393 (diff) | |
download | nextcloud-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.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); } /** |