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-09 12:38:47 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-10 17:35:16 +0300
commitecbb066dec9d08c371ffd85f3bd387357b1000e7 (patch)
tree55fdda456449a9a928f44ca5a2440f217b7e46dc /version.php
parent609c8a9cf85f404ff3d8ed9db23a1cf5852047b4 (diff)
Make sure columns with an empty default are nullable for Oracle
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 280a04eec01..efe744dabac 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, 2];
+$OC_Version = [21, 0, 0, 3];
// The human readable string
$OC_VersionString = '21.0.0 alpha';