diff --git a/lib/util.php b/lib/util.php
index f2d2e782ffcb8a13696982c9b3ea5ed54839a46e..e8057abe9ae9055a499e1aa8e79ac1454cd70f80 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);
 	}
 
 	/**