We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04aa209 + d1f35cf commit e040074Copy full SHA for e040074
1 file changed
version.php
@@ -11,10 +11,10 @@
11
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
12
// when updating major/minor version number.
13
14
-$OC_Version = [34, 0, 0, 1];
+$OC_Version = [34, 0, 0, 2];
15
16
// The human-readable string
17
-$OC_VersionString = '34.0.0 dev';
+$OC_VersionString = '34.0.0 beta 1';
18
19
$OC_VersionCanBeUpgradedFrom = [
20
'nextcloud' => [
0 commit comments