diff --git a/epay/epay.php b/epay/epay.php index 63c8f00..555be92 100644 --- a/epay/epay.php +++ b/epay/epay.php @@ -21,7 +21,7 @@ class EPay extends PaymentModule { - const MODULE_VERSION = '5.0.8'; + const MODULE_VERSION = '5.1.0'; const V15 = '15'; @@ -32,7 +32,7 @@ class EPay extends PaymentModule public function __construct() { $this->name = 'epay'; - $this->version = '5.0.8'; + $this->version = '5.1.0'; $this->author = 'Bambora Online'; $this->tab = 'payments_gateways';