mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
Bump version for files_encryption changes
This commit is contained in:
parent
698862519d
commit
2893bb9543
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue