diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-01-23 18:24:07 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-01-23 18:24:07 +0100 |
commit | 20e3f79806d0d1162990055b8d6cfff858121d84 (patch) | |
tree | 918d544f72a28b4f8e79edb4a4be0e5f13a60f3d /version.php | |
parent | 92a776d07b79c2d53a6e73a9f058426c7ac6257a (diff) | |
download | nextcloud-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.php | 4 |
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' => [ |