diff options
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/version.php b/version.php index 28e91a4702c..97d570fc3db 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, 1]; +$OC_Version = [32, 0, 0, 3]; // The human-readable string -$OC_VersionString = '30.0.0 dev'; +$OC_VersionString = '32.0.0 dev'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '29.0' => true, - '30.0' => true, + '31.0' => true, + '32.0' => true, ], 'owncloud' => [ '10.13' => true, |