Visman 2 years ago
parent
commit
15ce33e914
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/bootstrap.php

+ 1 - 1
app/bootstrap.php

@@ -58,7 +58,7 @@ if (
     $c->BASE_URL = \str_replace('https://', 'http://', $c->BASE_URL);
 }
 
-$c->FORK_REVISION = 50;
+$c->FORK_REVISION = 51;
 $c->START         = $forkStart;
 $c->PUBLIC_URL    = $c->BASE_URL . $forkPublicPrefix;