diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2021-02-05 08:45:38 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2021-02-05 08:45:38 +0100 |
commit | 83d17b0fb4af1f7835e8b0bcf2583f5514b78264 (patch) | |
tree | 8d4299e69944c528b1e442d34e0d525fa77ddeb2 /version.php | |
parent | 5ec0132c17609231fb8ecf6c0bcb2b1c713e1ad5 (diff) | |
download | nextcloud-server-83d17b0fb4af1f7835e8b0bcf2583f5514b78264.tar.gz nextcloud-server-83d17b0fb4af1f7835e8b0bcf2583f5514b78264.zip |
21 RC2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index dd0e1c246df..7dd8d078dc5 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, 16]; +$OC_Version = [21, 0, 0, 17]; // The human readable string -$OC_VersionString = '21.0.0 RC1'; +$OC_VersionString = '21.0.0 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |