From 6332051b7103e4b9381d61078db9784ff6704ea6 Mon Sep 17 00:00:00 2001 From: Manuel Dalla Lana Date: Mon, 9 Feb 2015 12:33:59 +0100 Subject: [PATCH] update version to 1.2.0-beta6 --- mailscanner/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailscanner/functions.php b/mailscanner/functions.php index 10f9ef4b3..d565e66e9 100644 --- a/mailscanner/functions.php +++ b/mailscanner/functions.php @@ -3146,5 +3146,5 @@ function clear_cache_dir() function mailwatch_version() { - return ("1.2.0 - Beta 6 DEV"); + return ("1.2.0 - Beta 6"); }