From aa44e55363ebb23b70b09d32f4ff7098d5452913 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 18 Oct 2021 14:57:13 +0200 Subject: [PATCH] version string in config needs to be updated, hooray --- apps/nextcloud/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextcloud/config.php b/apps/nextcloud/config.php index 6168e54..a11acd7 100644 --- a/apps/nextcloud/config.php +++ b/apps/nextcloud/config.php @@ -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',