Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWLie committed Dec 6, 2017
1 parent b9e977c commit 7647c8f
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.2';
const MODULE_VERSION = '5.0.3';
const V15 = '15';
const V16 = '16';
const V17 = '17';

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

Expand Down

0 comments on commit 7647c8f

Please sign in to comment.