diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-06-15 12:44:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 12:44:51 +0200 |
commit | b4178db46050bb3f7cbbd437847320499c7d3212 (patch) | |
tree | 442cd61f82b2f312cda357b24399842207db1543 | |
parent | 5f566101f18f27c845e80b0d2faa84b9ec6ce823 (diff) | |
parent | a41b0dc4f7c0934948f89bfd32e0ff6e8f27bea0 (diff) | |
download | nextcloud-server-b4178db46050bb3f7cbbd437847320499c7d3212.tar.gz nextcloud-server-b4178db46050bb3f7cbbd437847320499c7d3212.zip |
Merge pull request #38755 from nextcloud/release/26.0.3_rc1v26.0.3rc1
26.0.3 RC1
-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' => [ |