Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/29626/head
Arthur Schiwon 2021-11-10 14:43:49 +07:00
parent e955240667
commit 3f173e4908
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

@ -30,7 +30,7 @@
// 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, 6, 0];
$OC_Version = [21, 0, 6, 1];
// The human readable string
$OC_VersionString = '21.0.6';