From 3d6807148cdba41347141d08a55e52ac2e2012ca Mon Sep 17 00:00:00 2001 From: David Castro Date: Mon, 27 May 2019 14:15:06 -0500 Subject: [PATCH] INT-14201 filter_ally: Release bump. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index dec5c4c..c3a19d8 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ /** @var stdClass $plugin */ $plugin->component = 'filter_ally'; -$plugin->release = '3.5.2'; +$plugin->release = '3.5.3'; $plugin->version = 2018080801; $plugin->requires = 2018051700; $plugin->maturity = MATURITY_STABLE;