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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-07 17:37:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-07 17:37:15 +0300
commit79db678075a81127fd6a43121560c8d234a12261 (patch)
treea15721562f2ed3eb53063c9c859e97a954a6a8bb /version.php
parenta02a6266061c230faf0fc1ac171df23aa554fd6a (diff)
Increase server version to trigger all migrations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 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';