diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-06-23 10:58:19 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-06-23 10:58:19 +0200 |
commit | 47b3c80a5aaaaf9edecf77e1d6fb01e41d29b09c (patch) | |
tree | 7ce2f2a7dac6aa8c896714a3377aa5157baae674 /version.php | |
parent | 092ff40f154b310c3c0397d87c7be30e1e7cbbc4 (diff) | |
download | nextcloud-server-47b3c80a5aaaaf9edecf77e1d6fb01e41d29b09c.tar.gz nextcloud-server-47b3c80a5aaaaf9edecf77e1d6fb01e41d29b09c.zip |
22.0.0 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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 0eb90683894..dbecd27c450 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, 8]; +$OC_Version = [22, 0, 0, 9]; // The human readable string -$OC_VersionString = '22.0.0 beta 5'; +$OC_VersionString = '22.0.0 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |