From 6043789394252a8f9042acfe0e62c1a5fb4e73d1 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Wed, 30 Jan 2013 19:37:02 +0100
Subject: [PATCH] Bumb version number for displayname db upgrade

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

diff --git a/lib/util.php b/lib/util.php
index f2d2e782ff..e8057abe9a 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -74,7 +74,7 @@ class OC_Util {
 	 */
 	public static function getVersion() {
 		// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user
-		return array(4, 91, 8);
+		return array(4, 91, 9);
 	}
 
 	/**
-- 
GitLab