diff --git a/version.php b/version.php index e662e0fbd0e..40d6d804d30 100644 --- a/version.php +++ b/version.php @@ -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 = [25, 0, 7, 2]; +$OC_Version = [25, 0, 7, 1]; // The human readable string $OC_VersionString = '25.0.7';