Skip to content

Commit

Permalink
Merge pull request #252 from v4lux/release/bump-version-1.2.10
Browse files Browse the repository at this point in the history
Bump version to 1.2.10
  • Loading branch information
Nakahiru authored Jan 9, 2020
2 parents 15a5463 + 0f93e3f commit 1944b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ps_checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Ps_checkout extends PaymentModule

// Needed in order to retrieve the module version easier (in api call headers) than instanciate
// the module each time to get the version
const VERSION = '1.2.9';
const VERSION = '1.2.10';

/**
* @var \Monolog\Logger
Expand All @@ -101,7 +101,7 @@ public function __construct()

// We cannot use the const VERSION because the const is not computed by addons marketplace
// when the zip is uploaded
$this->version = '1.2.9';
$this->version = '1.2.10';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down

0 comments on commit 1944b2d

Please sign in to comment.