summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-07 16:37:15 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-10-07 16:37:15 +0200
commit79db678075a81127fd6a43121560c8d234a12261 (patch)
treea15721562f2ed3eb53063c9c859e97a954a6a8bb /version.php
parenta02a6266061c230faf0fc1ac171df23aa554fd6a (diff)
downloadnextcloud-server-79db678075a81127fd6a43121560c8d234a12261.tar.gz
nextcloud-server-79db678075a81127fd6a43121560c8d234a12261.zip
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';