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-12 14:57:51 +0300
commit8ff0523c3d5a657da90a980ba4f96fc72321104a (patch)
tree08c74b466a634f45060fdccd2b7f36ce7400f09b /version.php
parentfcef3c0e8a03021591162fb16be84c024c689111 (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 9b82df9ca08..f971a54fa15 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, 1];
+$OC_Version = [20, 0, 1, 4];
// The human readable string
$OC_VersionString = '20.0.1';