diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-06-12 14:49:36 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-06-12 14:49:36 +0200 |
commit | a41b0dc4f7c0934948f89bfd32e0ff6e8f27bea0 (patch) | |
tree | bc2a307eff12faba02bf3c507c3a33046323e9dd | |
parent | f82f5d05c3e8846d7ca09e3836cbf4b9aadb332f (diff) | |
download | nextcloud-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.php | 4 |
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' => [ |