diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-10-07 16:37:15 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-10-07 16:37:15 +0200 |
commit | 79db678075a81127fd6a43121560c8d234a12261 (patch) | |
tree | a15721562f2ed3eb53063c9c859e97a954a6a8bb /version.php | |
parent | a02a6266061c230faf0fc1ac171df23aa554fd6a (diff) | |
download | nextcloud-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.php | 2 |
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'; |