From 5a81748e14466d7466ce37f0700d2024ca567e1f Mon Sep 17 00:00:00 2001 From: Thomas Steur <tsteur@users.noreply.github.com> Date: Wed, 21 Jan 2015 15:57:55 +1300 Subject: [PATCH] increase version number to beta 3 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index 27be60d8ce..eab5ff373f 100644 --- a/core/Version.php +++ b/core/Version.php @@ -20,7 +20,7 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.11.0-b2'; + const VERSION = '2.11.0-b3'; public function isStableVersion($version) { -- GitLab