diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-04-13 10:06:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 10:06:40 +0200 |
commit | 099e3be0db2b77e507b225564372ce38ca2a7bf2 (patch) | |
tree | 5bc45ab5ce1b3e5cacb66d6c6eed1e3f7c52af42 | |
parent | 836c63c5d9770b0f237151860fe29d8b5bb116ab (diff) | |
parent | e1840c6ce1934d1330d60b0898d8d33867b189dc (diff) | |
download | nextcloud-server-099e3be0db2b77e507b225564372ce38ca2a7bf2.tar.gz nextcloud-server-099e3be0db2b77e507b225564372ce38ca2a7bf2.zip |
Merge pull request #37698 from nextcloud/release/26.0.1_rc1v26.0.1rc1
26.0.1 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 07a4216e53b..2e3451bf776 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, 0, 11]; +$OC_Version = [26, 0, 1, 0]; // The human readable string -$OC_VersionString = '26.0.0'; +$OC_VersionString = '26.0.1 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |