Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWLie committed Feb 20, 2018
1 parent 81af78b commit ed486b4
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 @@ -23,15 +23,15 @@

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';

public function __construct()
{
$this->name = 'epay';
$this->version = '5.0.3';
$this->version = '5.0.4';
$this->author = 'Bambora Online';
$this->tab = 'payments_gateways';

Expand Down

0 comments on commit ed486b4

Please sign in to comment.