diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-10-11 09:03:01 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2021-10-12 15:14:25 +0200 |
commit | 0d2e05a0b57723b9f3dddc3ef2ad59c1844d7697 (patch) | |
tree | df2763c4f7f4dcb3cbbfd85a0da88cc0ad0310a8 /version.php | |
parent | 62947867ce6b7408e565f4cab0c788dfac8fb128 (diff) | |
download | nextcloud-server-0d2e05a0b57723b9f3dddc3ef2ad59c1844d7697.tar.gz nextcloud-server-0d2e05a0b57723b9f3dddc3ef2ad59c1844d7697.zip |
Add OpenDocument flat mimetypes and x-office/drawing alias
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 045fa2866b6..d2bb661dba3 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 = [23, 0, 0, 1]; +$OC_Version = [23, 0, 0, 2]; // The human readable string $OC_VersionString = '23.0.0 alpha'; |