Skip to content

Commit af72d17

Browse files
committed
chore: publish 33.0.0 rc3 to beta channel
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
1 parent f70cade commit af72d17

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-02-27 14:00';
21-
$betaVersionInternal = '32.0.82'; // short string
22-
$betaVersion = '33.0.0-rc2'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23-
$betaVersionSignature = '6PVC7PkBC2ad285V/raYyCY0E9NpZYF6C656uoFCcONKl4lcGcif1xVgE7FqbtuV1ycHF3weLA3pPnQlBpI5Cg==';
24-
$betaVersionLength = 382961870;
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;
2525

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

0 commit comments

Comments
 (0)