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