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 ab718ee commit 4e59535Copy full SHA for 4e59535
version.php
@@ -9,10 +9,10 @@
9
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
10
// when updating major/minor version number.
11
12
-$OC_Version = [31, 0, 7, 1];
+$OC_Version = [31, 0, 8, 0];
13
14
// The human-readable string
15
-$OC_VersionString = '31.0.7';
+$OC_VersionString = '31.0.8 RC1';
16
17
$OC_VersionCanBeUpgradedFrom = [
18
'nextcloud' => [
0 commit comments