diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2023-12-01 12:53:59 +0100 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2023-12-07 08:58:28 +0100 |
commit | f4275c262908fa835b78bf65012f8bc9258ce5d7 (patch) | |
tree | 47b16fe4aef67a3565ab812521aab2f6619e75f8 /version.php | |
parent | 13f0badf192abc7861ee686e389ff99169ccd46d (diff) | |
download | nextcloud-server-f4275c262908fa835b78bf65012f8bc9258ce5d7.tar.gz nextcloud-server-f4275c262908fa835b78bf65012f8bc9258ce5d7.zip |
28.0.0 RC3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.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 a65d6333676..4344a01cde9 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, 0, 8]; +$OC_Version = [28, 0, 0, 9]; // The human-readable string -$OC_VersionString = '28.0.0 RC2'; +$OC_VersionString = '28.0.0 RC3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |