aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php
index 54ea2929082..19634c49807 100644
--- a/version.php
+++ b/version.php
@@ -9,15 +9,15 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.
-$OC_Version = [30, 0, 0, 7];
+$OC_Version = [31, 0, 0, 0];
// The human-readable string
-$OC_VersionString = '30.0.0 beta 5';
+$OC_VersionString = '31.0.0 dev';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '29.0' => true,
'30.0' => true,
+ '31.0' => true,
],
'owncloud' => [
'10.13' => true,