Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update version.php to owncloud 10.13
ownCloud's current version is 10.13
migration was tested with a customer; 
documentation was adjusted
nextcloud/documentation#11225

Signed-off-by: Rello <[email protected]>
  • Loading branch information
Rello authored Oct 19, 2023
commit 4218d6ee43cdb1e59673fca3619ca5a5428cb3e7
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'28.0' => true,
],
'owncloud' => [
'10.11' => true,
'10.13' => true,
],
];

Expand Down