diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-08-02 13:53:46 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-08-02 13:53:46 +0200 |
commit | bfad6262915291f8e72febf44c8644f9811cab46 (patch) | |
tree | 62ecda2f09ff26a918c49e475c0f809a3ecf1183 /version.php | |
parent | e33ac4e6a83365e29da0927a7f957f58a6146a1f (diff) | |
download | nextcloud-server-bfad6262915291f8e72febf44c8644f9811cab46.tar.gz nextcloud-server-bfad6262915291f8e72febf44c8644f9811cab46.zip |
27.0.2 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 a20823d046b..7d85838affe 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/patch level // when updating major/minor version number. -$OC_Version = [27, 0, 1, 2]; +$OC_Version = [27, 0, 2, 0]; // The human-readable string -$OC_VersionString = '27.0.1'; +$OC_VersionString = '27.0.2 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |