Merge pull request #3493 from owncloud/bumpversion

Bump version for files_encryption changes
This commit is contained in:
Michael Gapczynski 2013-05-25 10:20:42 -07:00
commit c870aed1b6
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);
}
/**