Skip to content

Commit

Permalink
Merge pull request #286 from v4lux/release/bump-version-1.2.12
Browse files Browse the repository at this point in the history
Bump version to 1.2.12
  • Loading branch information
Nakahiru authored Feb 7, 2020
2 parents 820cbcb + 53e6b1f commit 10d6adf
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 @@ -92,7 +92,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.11';
const VERSION = '1.2.12';

/**
* @var \Monolog\Logger
Expand All @@ -106,7 +106,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.11';
$this->version = '1.2.12';
$this->author = 'PrestaShop';
$this->need_instance = 0;

Expand Down

0 comments on commit 10d6adf

Please sign in to comment.