Skip to content

Commit cb0af42

Browse files
committed
chore: publish 33.0.0 to stable and beta channels
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
1 parent 258b2e7 commit cb0af42

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config/config.php

Lines changed: 11 additions & 11 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-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;
20+
$betaReleaseDate = '2026-03-24 10:00';
21+
$betaVersionInternal = '33.0.0'; // short string
22+
$betaVersion = '33.0.0'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23+
$betaVersionSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA==';
24+
$betaVersionLength = 383015811;
2525

2626
//
2727
// stable Qt6.9 (macOS 11 / 12 — not compatible with Qt6.10)
@@ -37,12 +37,12 @@
3737
//
3838
// stable
3939
//
40-
$stableReleaseDate = '2026-03-19 15:00';
41-
$stableVersion = '4.0.8';
42-
$stableVersionSignature = 'rK+JgVBR3TDygsgaFzZnLaSlEHeH9qMG2ysaIFHTIc5ythZ7m+orSj/UDKPZtHpmnIp5Udcry4zOWjGA+CIBBw==';
43-
$stableVersionLength = 345081075;
44-
$stableVersionFileProviderSignature = 'fLD3Y84rJcvJ46/kZDYE6Csmr1qJ3Icg/RckVWRKyx/wuTSzRAXoURkaVBM98VRrKF7fn4Ejded2GeKWrVoZCg==';
45-
$stableVersionFileProviderLength = 373257027;
40+
$stableReleaseDate = '2026-03-24 10:00';
41+
$stableVersion = '33.0.0';
42+
$stableVersionSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA==';
43+
$stableVersionLength = 383015811;
44+
$stableVersionFileProviderSignature = '1QVaYzZcbZbwJEwVXPtbNfsY66Kvwg0JB00QbK8rxzG1xS8s3CsbJ21F70YJ3TzP5b0nPbfeKobAfHjJYRY6AA==';
45+
$stableVersionFileProviderLength = 383015811;
4646

4747
//
4848
// enterprise

0 commit comments

Comments
 (0)