diff options
author | Luka Trovic <luka@nextcloud.com> | 2022-05-18 12:11:12 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-06-07 21:54:27 +0200 |
commit | 0858d3d51478bf9d16aac56106fd6ffeab022f69 (patch) | |
tree | a6beaeffb304f7c7094325bf5ec8104466a7a02c /version.php | |
parent | dcf25d6c7716daa08eb6af07a720c0a0b7b6eda6 (diff) | |
download | nextcloud-server-0858d3d51478bf9d16aac56106fd6ffeab022f69.tar.gz nextcloud-server-0858d3d51478bf9d16aac56106fd6ffeab022f69.zip |
feat: add docxf and form mimetypes
signed-off-by: Luka Trovic <luka@nextcloud.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 ee6b872345a..73910f1460d 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/patchlevel // when updating major/minor version number. -$OC_Version = [25, 0, 0, 1]; +$OC_Version = [25, 0, 0, 2]; // The human readable string $OC_VersionString = '25.0.0 dev'; |