Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2021-11-10 14:43:49 +01:00
parent e955240667
commit 3f173e4908
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -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';