From 79db678075a81127fd6a43121560c8d234a12261 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 7 Oct 2019 16:37:15 +0200 Subject: [PATCH] Increase server version to trigger all migrations Signed-off-by: Christoph Wurst --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index d4534d5451a..abbcca4d03b 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 = array(18, 0, 0, 0); +$OC_Version = array(18, 0, 0, 1); // The human readable string $OC_VersionString = '18.0.0 Alpha';