From 8ac6073eb12f7ac74ac560c2eaa276f09bbdcaa3 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Fri, 9 May 2014 17:49:45 +1200 Subject: [PATCH] 2.2.3-b3 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index ad63a39f72..f1508647e5 100644 --- a/core/Version.php +++ b/core/Version.php @@ -21,5 +21,5 @@ final class Version * The current Piwik version. * @var string */ - const VERSION = '2.2.3-b2'; + const VERSION = '2.2.3-b3'; } -- GitLab