Skip to content

Commit fe36740

Browse files
authored
Merge pull request #210 from nextcloud/publish-4.0.1-to-beta
2 parents d320aba + 425ad36 commit fe36740

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/config.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
// beta
1818
// should point to stable, once stable is released
1919
//
20-
$betaReleaseDate = '2025-10-21 16:00';
21-
$betaVersionInternal = '4.0.0'; // short string
22-
$betaVersion = '4.0.0'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23-
$betaVersionSignature = 'CvF3u228t7J6KSLwDsdIJ7c40zVsCykupxiHXb+xMF3OM8irnpxb/6qohNdo0VDaidpPTI27T/QNx4vNLSCLDg==';
24-
$betaVersionLength = 342058293;
25-
$betaVersionFileProviderSignature = 'teuOjlzAsviENHGAKkBBvPJCjVdZfdoRXEzOGcERuXrhho7M0rnRiw1kRETFUYSTXkVCK/I61c718AhoJOR4Aw==';
26-
$betaVersionFileProviderLength = 383871943;
20+
$betaReleaseDate = '2025-10-27 20:00';
21+
$betaVersionInternal = '4.0.1'; // short string
22+
$betaVersion = '4.0.1'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23+
$betaVersionSignature = '1PP3ykX4UPa7oulqQkzkKfDsjIlYRavpV1L1zgCnMPl01QZ1YmK+OvQoz0ZQjPlTkXsIfctPL3Zy574Xps0ZCA==';
24+
$betaVersionLength = 342055442;
25+
$betaVersionFileProviderSignature = 'VTiqEsDQdigMpsmhOTIhY1gmSKR7q3qBDSPJ/NTRzb91wJz+6ClBItAL0Atkxj2Xm6y6X94u//rE3KiN9m5MDA==';
26+
$betaVersionFileProviderLength = 370104951;
2727

2828
//
2929
// stable

0 commit comments

Comments
 (0)