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-10 11:33:29 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-10 17:36:27 +0300
commit5b5aebbf66e7559aac73eb82b236b052b6a1ae3e (patch)
tree471748128c3294eee531a7f1c94dff976af6c8b4 /version.php
parentfbda2d1d253b99a4e83970e023ede42faad87966 (diff)
Replace the credentials table with one that can have empty user
Primary key columns on Oracle can not have empty strings 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 efe744dabac..dc48f4bc52c 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, 3];
+$OC_Version = [21, 0, 0, 5];
// The human readable string
$OC_VersionString = '21.0.0 alpha';