From c66848e21cb288a1435f29cc5295c1396647601e Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 27 Feb 2018 00:31:26 +0100 Subject: [PATCH] Updated version to 3.2.2 Version update needed to support Telegram. --- src/includes/psmconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/psmconfig.inc.php b/src/includes/psmconfig.inc.php index cb89908c..af687a6f 100644 --- a/src/includes/psmconfig.inc.php +++ b/src/includes/psmconfig.inc.php @@ -29,7 +29,7 @@ /** * Current PSM version */ -define('PSM_VERSION', '3.2.1'); +define('PSM_VERSION', '3.2.2'); /** * URL to check for updates. Will not be checked if turned off on config page.