diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2021-03-26 10:35:05 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2021-03-26 10:35:05 +0100 |
commit | 5d8df1bed25294a750a19c0f0b20fe01da2e6646 (patch) | |
tree | f0731d1ec2a1f1ec669c955d5c01da8234b276f2 | |
parent | 9a4cbba7f6ef355605988c6b812a1282b35cfe79 (diff) | |
download | nextcloud-server-5d8df1bed25294a750a19c0f0b20fe01da2e6646.tar.gz nextcloud-server-5d8df1bed25294a750a19c0f0b20fe01da2e6646.zip |
21.0.1 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 47b23ae2f7a..16a8c4c7bd3 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [21, 0, 0, 19]; +$OC_Version = [21, 0, 1, 0]; // The human readable string -$OC_VersionString = '21.0.0'; +$OC_VersionString = '21.0.1 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |