Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-10-11 10:03:01 +0300
committerJulius Härtl <jus@bitgrid.net>2021-10-12 16:14:25 +0300
commit0d2e05a0b57723b9f3dddc3ef2ad59c1844d7697 (patch)
treedf2763c4f7f4dcb3cbbfd85a0da88cc0ad0310a8 /version.php
parent62947867ce6b7408e565f4cab0c788dfac8fb128 (diff)
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.php2
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';