From 0ab6e038631793e110af3ef9172798f6f35c9843 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Thu, 28 Jul 2011 21:58:55 +0200
Subject: [PATCH] bumb version number for upcomming beta

---
 lib/base.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index 743ed58792..4636dd703e 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);
 	}
 
 	/**
-- 
GitLab