Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sessan committed Nov 2, 2020
1 parent 53e793b commit 48abc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epay/epay.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class EPay extends PaymentModule
{
const MODULE_VERSION = '5.0.8';
const MODULE_VERSION = '5.1.0';

const V15 = '15';

Expand All @@ -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';

Expand Down

0 comments on commit 48abc4e

Please sign in to comment.