Browse Source

Increase server version to trigger all migrations

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst 4 years ago
parent
commit
79db678075
1 changed files with 1 additions and 1 deletions
  1. 1 1
      version.php

+ 1 - 1
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';