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 3aa8849 + 4c19fab commit 0571fd3Copy full SHA for 0571fd3
version.php
@@ -29,10 +29,10 @@
29
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
30
// when updating major/minor version number.
31
32
-$OC_Version = [19, 0, 0, 3];
+$OC_Version = [19, 0, 0, 4];
33
34
// The human readable string
35
-$OC_VersionString = '19.0.0 beta 2';
+$OC_VersionString = '19.0.0 beta 3';
36
37
$OC_VersionCanBeUpgradedFrom = [
38
'nextcloud' => [
0 commit comments