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-12 14:57:52 +0300
commitf3c183b6c30bf9b738d2ff57726f414430775b59 (patch)
tree4b612ef02ee86faa8b4fc7e8eb440d2021cbfdbf /version.php
parentdee42027ed1008e28bf20a7dad91f33b8072ba9c (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 f971a54fa15..60bb166006f 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 = [20, 0, 1, 4];
+$OC_Version = [20, 0, 1, 5];
// The human readable string
$OC_VersionString = '20.0.1';