Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #147 from atomiix/release/6.0.8
Browse files Browse the repository at this point in the history
Release v6.0.8
  • Loading branch information
atomiix authored Oct 12, 2022
2 parents e6205e1 + 817d0b6 commit 1224cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>welcome</name>
<displayName><![CDATA[Welcome]]></displayName>
<version><![CDATA[6.0.7]]></version>
<version><![CDATA[6.0.8]]></version>
<description><![CDATA[Help the user to create his first product.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Welcome extends Module
public function __construct()
{
$this->name = 'welcome';
$this->version = '6.0.7';
$this->version = '6.0.8';
$this->author = 'PrestaShop';

parent::__construct();
Expand Down

0 comments on commit 1224cb1

Please sign in to comment.