diff options
author | Unpublished <Unpublished@users.noreply.github.com> | 2024-01-01 18:56:07 +0100 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-02-27 14:44:23 +0100 |
commit | 4af1c5cb3349f442521a128b62ed7db95eb13749 (patch) | |
tree | 35214cd98efcca82c27d5b4dce44ef28393ba46d /version.php | |
parent | 250084f8b913e326e20ccc60c86091beab0a6524 (diff) | |
download | nextcloud-server-4af1c5cb3349f442521a128b62ed7db95eb13749.tar.gz nextcloud-server-4af1c5cb3349f442521a128b62ed7db95eb13749.zip |
Add .aac mime type mapping
Signed-off-by: Unpublished <Unpublished@users.noreply.github.com>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index a1855bfad5a..48c9498ea66 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level // when updating major/minor version number. -$OC_Version = [29, 0, 0, 5]; +$OC_Version = [29, 0, 0, 6]; // The human-readable string $OC_VersionString = '29.0.0 dev'; |