summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-10-07 19:46:31 +0200
committerGitHub <noreply@github.com>2019-10-07 19:46:31 +0200
commitbea5bbde3115408c5d91f36dbc2a0dacf1b32520 (patch)
treef9ed2eb4e1420169842b7fbd58a4c7998fab4ed3
parentf8d1990eb84eb2b441ad53f47cd1ed36b461d026 (diff)
parent79db678075a81127fd6a43121560c8d234a12261 (diff)
downloadnextcloud-server-bea5bbde3115408c5d91f36dbc2a0dacf1b32520.tar.gz
nextcloud-server-bea5bbde3115408c5d91f36dbc2a0dacf1b32520.zip
Merge pull request #17449 from nextcloud/fix/joas-should-know-you-have-to-increaste-the-server-version-for-new-migrations
Increase server version to trigger latest migration
-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';