Skip to content

Commit d715b16

Browse files
authored
Merge pull request #196 from nextcloud/publish-3.16.6
publish 3.16.6 stable version
2 parents 0f1d601 + 0acf98c commit d715b16

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

config/config.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
// beta
1818
// should point to stable, once stable is released
1919
//
20-
$betaReleaseDate = '2025-06-03 11:45';
21-
$betaVersionInternal = '3.16.5'; // short string
22-
$betaVersion = '3.16.5'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23-
$betaVersionSignature = 'C+O3+3wNdp6kQFYGMGh226iclxyac9ZV4jJC38TvfECKX9bLhUqbxNj5XeUt2Jdq6hGylgupMMC8qtDsxLluDA==';
24-
$betaVersionLength = 332386171;
25-
$betaVersionFileProviderSignature = 'iiWnnGo6akMlcxA0G8qzDcGhOFdplivSadJSYF/OSoDnM2bk/v9iY2ee5j+N91Owq1zuZwI5Z8OOiwXmc8v5AA==';
26-
$betaVersionFileProviderLength = 373750006;
20+
$betaReleaseDate = '2025-06-19 11:45';
21+
$betaVersionInternal = '3.16.6'; // short string
22+
$betaVersion = '3.16.6'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23+
$betaVersionSignature = 'GjIm4ccT1182vws8Kvnae7arGJiCn7HpRVavrkjMgvJHHPsB/Le2LOHTuAOaCuD8gRB2Nkn5k3bfQcOPfKIODg==';
24+
$betaVersionLength = 332399572;
25+
$betaVersionFileProviderSignature = 'lCjJG2+COMY0HHCJ22XZn/dD72IEBcU+caZmt6n13V7D96EoFI/DUbo0k/eMVNnSeV/5qt73gethRbbsPRe9AQ==';
26+
$betaVersionFileProviderLength = 373747082;
2727

2828
//
2929
// stable
3030
//
31-
$stableReleaseDate = '2025-06-03 11:45';
32-
$stableVersion = '3.16.5';
33-
$stableVersionSignature = 'C+O3+3wNdp6kQFYGMGh226iclxyac9ZV4jJC38TvfECKX9bLhUqbxNj5XeUt2Jdq6hGylgupMMC8qtDsxLluDA==';
34-
$stableVersionLength = 332386171;
35-
$stableVersionFileProviderSignature = 'iiWnnGo6akMlcxA0G8qzDcGhOFdplivSadJSYF/OSoDnM2bk/v9iY2ee5j+N91Owq1zuZwI5Z8OOiwXmc8v5AA==';
36-
$stableVersionFileProviderLength = 373750006;
31+
$stableReleaseDate = '2025-06-19 11:45';
32+
$stableVersion = '3.16.6';
33+
$stableVersionSignature = 'GjIm4ccT1182vws8Kvnae7arGJiCn7HpRVavrkjMgvJHHPsB/Le2LOHTuAOaCuD8gRB2Nkn5k3bfQcOPfKIODg==';
34+
$stableVersionLength = 332399572;
35+
$stableVersionFileProviderSignature = 'lCjJG2+COMY0HHCJ22XZn/dD72IEBcU+caZmt6n13V7D96EoFI/DUbo0k/eMVNnSeV/5qt73gethRbbsPRe9AQ==';
36+
$stableVersionFileProviderLength = 373747082;
3737

3838
//
3939
// enterprise

0 commit comments

Comments
 (0)