summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2024-01-23 18:24:07 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2024-01-23 18:24:07 +0100
commit20e3f79806d0d1162990055b8d6cfff858121d84 (patch)
tree918d544f72a28b4f8e79edb4a4be0e5f13a60f3d /version.php
parent92a776d07b79c2d53a6e73a9f058426c7ac6257a (diff)
downloadnextcloud-server-20e3f79806d0d1162990055b8d6cfff858121d84.tar.gz
nextcloud-server-20e3f79806d0d1162990055b8d6cfff858121d84.zip
28.0.2 RC3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index a091b28c85e..45734fbc396 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 = [28, 0, 2, 1];
+$OC_Version = [28, 0, 2, 2];
// The human-readable string
-$OC_VersionString = '28.0.2 RC2';
+$OC_VersionString = '28.0.2 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [