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:
authorJoas Schilling <coding@schilljs.com>2020-11-11 16:46:06 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-11 16:46:06 +0300
commit85ec5eb531f538de01877dc70092100e8c04e8db (patch)
tree26ae5e164f886fff16c91c2b77320a1d71f4bdc7 /version.php
parent7a1750af446a8db83cde9f721ca7da5a459da668 (diff)
Also make direct_edit.accessed nullable
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 2915ada69dc..24e3e8db6ae 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [21, 0, 0, 6];
+$OC_Version = [21, 0, 0, 7];
// The human readable string
$OC_VersionString = '21.0.0 alpha';