diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-01-27 20:57:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 20:57:03 +0100 |
commit | 2721bbb5da8a9abb9a8ee610181315ad9b6b8ba8 (patch) | |
tree | 39a7b1b6654bebefa790a26759216c44ba86c1ec | |
parent | 6cad3982cd1dc257b93b40628968596ed7b905bb (diff) | |
parent | ffbd639c91d23aa9fe865abc1299e9f64bf832ab (diff) | |
download | nextcloud-server-21.0.8.tar.gz nextcloud-server-21.0.8.zip |
Merge pull request #30838 from nextcloud/releases/21.0.8v21.0.8
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 086e2d3f1db..a6f67562d04 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 = [21, 0, 8, 2]; +$OC_Version = [21, 0, 8, 3]; // The human readable string -$OC_VersionString = '21.0.8 RC3'; +$OC_VersionString = '21.0.8'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |