diff options
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 4cf023ea866..c2565ca1ac3 100644 --- a/version.php +++ b/version.php @@ -33,7 +33,7 @@ $OC_Version = [21, 0, 8, 1]; // The human readable string -$OC_VersionString = '21.0.8 RC2'; +$OC_VersionString = '21.0.8 RC3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |