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 fdb4423 commit f61681cCopy full SHA for f61681c
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, 12, 2);
+$OC_Version = array(12, 0, 13, 0);
30
31
// The human readable string
32
-$OC_VersionString = '12.0.12';
+$OC_VersionString = '12.0.13 RC 1';
33
34
$OC_VersionCanBeUpgradedFrom = [
35
'nextcloud' => [
0 commit comments