]> source.dussan.org Git - nextcloud-server.git/commitdiff
ci: revert to avoid conflict for release PR 38023/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 15 Jun 2023 10:40:34 +0000 (12:40 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 10:40:34 +0000 (12:40 +0200)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
version.php

index 4e51a657e3d360dc3ca8ba992c5106e7c08bd062..13eb91b9ec1435e4085e58f811596137ae1ec548 100644 (file)
@@ -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';