diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-10-12 14:52:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 14:52:58 +0200 |
commit | 2196e3aac9b7f2fb3cbcbd2c71ae3af24fe41bca (patch) | |
tree | 1f22243d44211132675972a12b95e9f8534c32a5 | |
parent | 2e43819fc64a0b928fa2cf33f1b288a3795f8e8e (diff) | |
parent | 83e518a250c7491abf1d7cbdd705c587382b9765 (diff) | |
download | nextcloud-server-26.0.8rc1.tar.gz nextcloud-server-26.0.8rc1.zip |
Merge pull request #40841 from nextcloud/release/26.0.8_rc1v26.0.8rc1
26.0.8 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 36d8ba99a6b..b41c7e3cc5e 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, 7, 0]; +$OC_Version = [26, 0, 8, 0]; // The human readable string -$OC_VersionString = '26.0.7'; +$OC_VersionString = '26.0.8 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |