From 5db0411e7c55667449103eed5dee08630f5b030f Mon Sep 17 00:00:00 2001 From: Chad Mazilly Date: Mon, 30 Oct 2017 12:29:48 -0500 Subject: [PATCH] bump versions --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index c06fc8c4..113d756a 100644 --- a/version.php +++ b/version.php @@ -21,8 +21,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2017080300; +$plugin->version = 2017103000; $plugin->requires = 2013051400; -$plugin->release = "v1.7.1"; +$plugin->release = "v1.7.2"; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'block_quickmail';