From cb12cf8324411478f6817178c45bab24cb88cdff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Fri, 24 May 2013 13:44:05 +0200 Subject: [PATCH] increase ownCloud version number to upgrade file cache table --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 3886a36505d..9d23dc99022 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(5, 00, 8); + return array(5, 00, 9); } /** -- 2.39.5