From: Arthur Schiwon Date: Thu, 15 Jun 2023 10:40:34 +0000 (+0200) Subject: ci: revert to avoid conflict for release PR X-Git-Tag: v26.0.3rc1~1^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c85dfe8f96f206426effde41176be8ab8a5332d;p=nextcloud-server.git ci: revert to avoid conflict for release PR Signed-off-by: Arthur Schiwon --- diff --git a/version.php b/version.php index 4e51a657e3d..13eb91b9ec1 100644 --- a/version.php +++ b/version.php @@ -30,7 +30,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [26, 0, 2, 2]; +$OC_Version = [26, 0, 2, 1]; // The human readable string $OC_VersionString = '26.0.2';