From ed486b463c4d90234a5bd2bcbbfc9c891aeae091 Mon Sep 17 00:00:00 2001 From: Allan Wamming Lie Date: Tue, 20 Feb 2018 12:53:13 +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 63d457b..a24cfc6 100644 --- a/epay/epay.php +++ b/epay/epay.php @@ -23,7 +23,7 @@ class EPay extends PaymentModule { - const MODULE_VERSION = '5.0.3'; + const MODULE_VERSION = '5.0.4'; 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.3'; + $this->version = '5.0.4'; $this->author = 'Bambora Online'; $this->tab = 'payments_gateways';