From 7647c8f782a454e809631d44e0d8287f5f5f000a Mon Sep 17 00:00:00 2001 From: Allan Wamming Lie Date: Wed, 6 Dec 2017 12:35:00 +0100 Subject: [PATCH] Bump version --- epay/epay.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epay/epay.php b/epay/epay.php index 099f518..63d457b 100644 --- a/epay/epay.php +++ b/epay/epay.php @@ -23,7 +23,7 @@ class EPay extends PaymentModule { - const MODULE_VERSION = '5.0.2'; + const MODULE_VERSION = '5.0.3'; const V15 = '15'; const V16 = '16'; const V17 = '17'; @@ -31,7 +31,7 @@ class EPay extends PaymentModule public function __construct() { $this->name = 'epay'; - $this->version = '5.0.2'; + $this->version = '5.0.3'; $this->author = 'Bambora Online'; $this->tab = 'payments_gateways';