summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-08-03 12:55:34 +0200
committerGitHub <noreply@github.com>2023-08-03 12:55:34 +0200
commit795863c89c363aabb06f31677edd00fbb0452e49 (patch)
treea875ee15138fadbf9eb9e1875f57488fce8fbfdb
parent73072114ba7245e42fb48d76ddc09929fed64ff3 (diff)
parentbfad6262915291f8e72febf44c8644f9811cab46 (diff)
downloadnextcloud-server-27.0.2rc1.tar.gz
nextcloud-server-27.0.2rc1.zip
Merge pull request #39677 from nextcloud/release/27.0.2_rc1v27.0.2rc1
27.0.2 RC1
-rw-r--r--version.php4
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' => [