diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-07-26 09:37:05 +0200 |
---|---|---|
committer | John Molakvoæ (Rebase PR Action) <skjnldsv@users.noreply.github.com> | 2021-07-27 19:18:47 +0000 |
commit | 68905056dc5da516a131623fade4e36a5dd58987 (patch) | |
tree | 582e682d7cdeea47446b6a23df5846400df412e5 /version.php | |
parent | 2585ae80cfecb7c0bcc588b72e09ca1cbe0e1a3c (diff) | |
download | nextcloud-server-68905056dc5da516a131623fade4e36a5dd58987.tar.gz nextcloud-server-68905056dc5da516a131623fade4e36a5dd58987.zip |
22.1.0 RC1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 e8f1cc0f7ac..c96c6dba339 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 = [22, 0, 0, 11]; +$OC_Version = [22, 1, 0, 0]; // The human readable string -$OC_VersionString = '22.0.0'; +$OC_VersionString = '22.1.0 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |