Add support for Nextcloud 25.0.9

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-07-26 11:37:33 +02:00
parent ec6b31e9e1
commit 3f83f83586
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "25.0.8"
"value": "25.0.9"
},
{
"id": "MAXFILESIZE",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "25.0.8",
"nextcloud_version": "25.0.9",
"php_version": "8.1",
"release": "bullseye"
}