Skip to content

Commit 768982b

Browse files
authored
Merge pull request #244 from nextcloud/chore/publish-33.0.2
chore: publish 33.0.2 to beta + stable channels
2 parents eb733b3 + d076e50 commit 768982b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

config/config.php

Lines changed: 9 additions & 9 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-30 20:00';
21-
$betaVersionInternal = '33.0.1'; // short string
22-
$betaVersion = '33.0.1'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23-
$betaVersionSignature = 'y/s1m/FRi/CUMRiU6cXSgSdOuljMEA/2noKfmPySyJymSqvRmaYF2xgWeSzTbaY0/lJuKZJSZKj553kNJgG/Cg==';
24-
$betaVersionLength = 383025182;
20+
$betaReleaseDate = '2026-03-31 18:00';
21+
$betaVersionInternal = '33.0.2'; // short string
22+
$betaVersion = '33.0.2'; // long string like '3.16.0-rc3' used to hide the cryptical subversion like .58 from the user;
23+
$betaVersionSignature = 'eOhMIk4G2sfQEYJguTCDL9Kab+xJPei32NHW8s9Lmcd6eg1gUva1+c+gUBK32mCT5xzZMNtUVEzjXs1eukHGAQ==';
24+
$betaVersionLength = 383154984;
2525

2626
//
2727
// stable Qt6.9 (macOS 11 / 12 — not compatible with Qt6.10)
@@ -37,10 +37,10 @@
3737
//
3838
// stable
3939
//
40-
$stableReleaseDate = '2026-03-30 20:00';
41-
$stableVersion = '33.0.1';
42-
$stableVersionSignature = 'y/s1m/FRi/CUMRiU6cXSgSdOuljMEA/2noKfmPySyJymSqvRmaYF2xgWeSzTbaY0/lJuKZJSZKj553kNJgG/Cg==';
43-
$stableVersionLength = 383025182;
40+
$stableReleaseDate = '2026-03-31 18:00';
41+
$stableVersion = '33.0.2';
42+
$stableVersionSignature = 'eOhMIk4G2sfQEYJguTCDL9Kab+xJPei32NHW8s9Lmcd6eg1gUva1+c+gUBK32mCT5xzZMNtUVEzjXs1eukHGAQ==';
43+
$stableVersionLength = 383154984;
4444

4545
//
4646
// enterprise

0 commit comments

Comments
 (0)