diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-01-15 10:22:47 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-01-15 10:22:47 +0100 |
commit | 74b60048f57c17737442aecff65051d22f4bb300 (patch) | |
tree | e96b8b68decc0ebfab430e2205de7c3d6e76aeae | |
parent | baf49e395031dfa9a271998f1cf3c1a1e1029dfc (diff) | |
download | nextcloud-server-74b60048f57c17737442aecff65051d22f4bb300.tar.gz nextcloud-server-74b60048f57c17737442aecff65051d22f4bb300.zip |
27.1.6 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 6ffd8d1d274..6ac7c5b0e29 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, 5, 1]; +$OC_Version = [27, 1, 6, 0]; // The human-readable string -$OC_VersionString = '27.1.5'; +$OC_VersionString = '27.1.6 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |