Skip to content

Commit 69a233f

Browse files
authored
Merge pull request #236 from nextcloud/chore/publish-33.0.0-rc4
chore: publish 33.0.0 rc4 in beta channel
2 parents 9026fda + d21f831 commit 69a233f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config/config.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
// beta
1818
// should point to stable, once stable is released
1919
//
20-
$betaReleaseDate = '2026-03-13 16:30';
21-
$betaVersionInternal = '32.0.83'; // short string
22-
$betaVersion = '33.0.0-rc3'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23-
$betaVersionSignature = 'WkXwzACDj2zGAaAQWKXXIKD/yA1JuymA+3JKDODBk2Y7WAAlDy59yB/N//AstEUyaXJJ7Iaqi6a5fhOjI1EGAg==';
24-
$betaVersionLength = 383045323;
20+
$betaReleaseDate = '2026-03-20 16:30';
21+
$betaVersionInternal = '32.0.84'; // short string
22+
$betaVersion = '33.0.0-rc4'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23+
$betaVersionSignature = 'XNuz/a0xFSsxsI8UUwBhyk7/aN6Z1UOZw+fCsZ6qzowbrJYQl+pOgwwxvofYJEZJaj5hHn2a2xhRv2YA298hBw==';
24+
$betaVersionLength = 383012803;
2525

2626
//
2727
// stable Qt6.9 (macOS 11 / 12 — not compatible with Qt6.10)

0 commit comments

Comments
 (0)