summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-06-12 14:49:36 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-06-12 14:49:36 +0200
commita41b0dc4f7c0934948f89bfd32e0ff6e8f27bea0 (patch)
treebc2a307eff12faba02bf3c507c3a33046323e9dd
parentf82f5d05c3e8846d7ca09e3836cbf4b9aadb332f (diff)
downloadnextcloud-server-a41b0dc4f7c0934948f89bfd32e0ff6e8f27bea0.tar.gz
nextcloud-server-a41b0dc4f7c0934948f89bfd32e0ff6e8f27bea0.zip
26.0.3 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 13eb91b9ec1..a5a90d54eae 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/patchlevel
// when updating major/minor version number.
-$OC_Version = [26, 0, 2, 1];
+$OC_Version = [26, 0, 3, 0];
// The human readable string
-$OC_VersionString = '26.0.2';
+$OC_VersionString = '26.0.3 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [