diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-10-26 19:37:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 19:37:18 +0200 |
commit | 1526013f426db26481adb4ea8170e8f95d56c5f8 (patch) | |
tree | 79ecc181c91292e84646e70a43ecceef7a928ca0 | |
parent | c528b88b4f65163dc0df544ad22dddd1c7558b81 (diff) | |
parent | d3d373df28ae371be63e0596042b32acc70db405 (diff) | |
download | nextcloud-server-26.0.8.tar.gz nextcloud-server-26.0.8.zip |
Merge pull request #41103 from nextcloud/release/26.0.8v26.0.8
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index cd3b04c173a..278f95c8310 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, 8, 1]; +$OC_Version = [26, 0, 8, 2]; // The human readable string -$OC_VersionString = '26.0.8 RC2'; +$OC_VersionString = '26.0.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |