updated versions

This commit is contained in:
2022-05-21 08:10:47 +00:00
parent ac901b2e2f
commit 927f5908ca
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/php -q
<?php
$installationVersion = '11.5';
$installationVersion = '11.6';
$p = getenv('DOMAIN_PROTOCOL') ?: 'http';
$d = getenv('DOMAIN') ?: 'localhost';
$s = getenv('SALT') ?: uniqid();