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.
1 parent 616908a commit 9e28fb8Copy full SHA for 9e28fb8
version.php
@@ -26,10 +26,10 @@
26
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
27
// when updating major/minor version number.
28
29
-$OC_Version = array(12, 0, 11, 1);
+$OC_Version = array(12, 0, 12, 0);
30
31
// The human readable string
32
-$OC_VersionString = '12.0.11';
+$OC_VersionString = '12.0.12 RC 1';
33
34
$OC_VersionCanBeUpgradedFrom = [
35
'nextcloud' => [
0 commit comments