diff --git a/scanpay.php b/scanpay.php index 10f4bea..ed8783a 100644 --- a/scanpay.php +++ b/scanpay.php @@ -18,7 +18,7 @@ public function __construct() { $this->name = 'scanpay'; $this->tab = 'payments_gateways'; - $this->version = '0.1.1'; + $this->version = SCANPAY_VERSION; $this->ps_versions_compliancy = array('min' => '1.6', 'max' => _PS_VERSION_); $this->author = 'Scanpay ApS'; $this->need_instance = 0;