Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: GPL-2.0-or-later
* @camilasan @claucambra @mgallien @nilsding @rello
* @camilasan @i2h3 @mgallien @nilsding @rello
14 changes: 7 additions & 7 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
// beta
// should point to stable, once stable is released
//
$betaReleaseDate = '2025-06-19 11:45';
$betaVersionInternal = '3.16.6'; // short string
$betaVersion = '3.16.6'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
$betaVersionSignature = 'GjIm4ccT1182vws8Kvnae7arGJiCn7HpRVavrkjMgvJHHPsB/Le2LOHTuAOaCuD8gRB2Nkn5k3bfQcOPfKIODg==';
$betaVersionLength = 332399572;
$betaVersionFileProviderSignature = 'lCjJG2+COMY0HHCJ22XZn/dD72IEBcU+caZmt6n13V7D96EoFI/DUbo0k/eMVNnSeV/5qt73gethRbbsPRe9AQ==';
$betaVersionFileProviderLength = 373747082;
$betaReleaseDate = '2025-07-31 11:30';
$betaVersionInternal = '3.16.81'; // short string
$betaVersion = '3.17.0-rc1'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
$betaVersionSignature = 'D6UWV2G3bT/nBqOLld9DpVQ68TcvwVzwOCpjgWMPew83xji2gY09GwheWkOjx3sV7GVXo2fqnnzupIH4wzgXCQ==';
$betaVersionLength = 332606549;
$betaVersionFileProviderSignature = 'Jo3NQmRNWcPYnrAewm/v5fgalXpOxLMyEdYsg7rnKmDyIzfYaToInQxjcmnd56HRLfzW2xdCslmQ32T0u+/7Dg==';
$betaVersionFileProviderLength = 374345619;

//
// stable
Expand Down