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 edd42567335..a0b6fe052cb 100644
--- a/version.php
+++ b/version.php
@@ -30,15 +30,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 = [29, 0, 0, 13];
+$OC_Version = [30, 0, 0, 0];
// The human-readable string
-$OC_VersionString = '29.0.0 beta 6';
+$OC_VersionString = '30.0.0 dev';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
- '28.0' => true,
'29.0' => true,
+ '30.0' => true,
],
'owncloud' => [
'10.13' => true,