diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-05-24 13:44:05 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-05-24 13:44:05 +0200 |
commit | cb12cf8324411478f6817178c45bab24cb88cdff (patch) | |
tree | ae8fe0c650db8f28ef105e41e36d4e5aca5c8a9a | |
parent | 3bd0141e6d175e2db179ae5e1df4227f8840489b (diff) | |
download | nextcloud-server-cb12cf8324411478f6817178c45bab24cb88cdff.tar.gz nextcloud-server-cb12cf8324411478f6817178c45bab24cb88cdff.zip |
increase ownCloud version number to upgrade file cache table
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /** |