diff --git a/core/Version.php b/core/Version.php index c50a0bfc5eb..53649d4f1c3 100644 --- a/core/Version.php +++ b/core/Version.php @@ -22,7 +22,7 @@ final class Version * The current Matomo version. * @var string */ - public const VERSION = '5.10.0-alpha'; + public const VERSION = '5.10.0-b1'; public const MAJOR_VERSION = 5;