diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-10-09 22:36:03 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-10-09 22:36:03 +0200 |
commit | 93a331b00928c2800864ff3b711e729ab81e8e63 (patch) | |
tree | 0447f7fb68be880dbcf2bfe23f8d35b358adbf2b /version.php | |
parent | e6832ed9320512b0e7d1cc1c9f0b0312157eb15e (diff) | |
download | nextcloud-server-93a331b00928c2800864ff3b711e729ab81e8e63.tar.gz nextcloud-server-93a331b00928c2800864ff3b711e729ab81e8e63.zip |
27.1.3 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 89ac2784229..55edbb9d71a 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, 1, 2, 1]; +$OC_Version = [27, 1, 3, 0]; // The human-readable string -$OC_VersionString = '27.1.2'; +$OC_VersionString = '27.1.3 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |