version string in config needs to be updated, hooray

This commit is contained in:
2021-10-18 14:57:13 +02:00
parent b55e6b247d
commit aa44e55363

View File

@@ -46,7 +46,7 @@ $CONFIG = array(
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'pgsql',
'version' => '21.0.5',
'version' => '22.1.1.2',
'overwrite.cli.url' => 'http://nc.lan',
'dbname' => 'nextcloud',
'dbhost' => 'postgres.live-env.svc.cluster.local:5432',