Bump version for files_encryption changes

This commit is contained in:
Michael Gapczynski 2013-05-25 11:42:28 -04:00
parent 698862519d
commit 2893bb9543
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,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, 80, 03);
return array(5, 80, 04);
}
/**