From 894f2674a890ec5fd1a0a3ac689464a9691196bf Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Sat, 13 Oct 2012 01:57:01 +0000 Subject: [PATCH] AFAIK there is no bug? please report any issue you find git-svn-id: http://dev.piwik.org/svn/trunk@7170 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Version.php b/core/Version.php index c53179cb26..3ecdf7e4f3 100644 --- a/core/Version.php +++ b/core/Version.php @@ -21,5 +21,5 @@ final class Piwik_Version * Current Piwik version * @var string */ - const VERSION = '1.9-b12'; + const VERSION = '1.9-b13'; } -- GitLab