diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-10-05 10:38:12 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-10-05 10:38:12 +0200 |
commit | 55a6628ebf03bf0364e90b7058a6c5200ccf0e55 (patch) | |
tree | a5fd1b808d639d6de964d3ef57dccc9110e4ee2c /version.php | |
parent | 6f7b871c0d76482b370c58f57209edc3f6326582 (diff) | |
download | nextcloud-server-55a6628ebf03bf0364e90b7058a6c5200ccf0e55.tar.gz nextcloud-server-55a6628ebf03bf0364e90b7058a6c5200ccf0e55.zip |
27.1.2
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 87a2dca4a9b..89ac2784229 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, 0]; +$OC_Version = [27, 1, 2, 1]; // The human-readable string -$OC_VersionString = '27.1.2 RC1'; +$OC_VersionString = '27.1.2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |