Skip to content

Commit

Permalink
Merge pull request #658 from matks/bump-to-v5
Browse files Browse the repository at this point in the history
Bump version number to 5.0.0
  • Loading branch information
kpodemski authored Dec 12, 2023
2 parents 1d0ec6a + 356865a commit 2a6fbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoupgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct()
$this->name = 'autoupgrade';
$this->tab = 'administration';
$this->author = 'PrestaShop';
$this->version = '4.16.5';
$this->version = '5.0.0';
$this->need_instance = 1;

$this->bootstrap = true;
Expand Down
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>autoupgrade</name>
<displayName><![CDATA[1-Click Upgrade]]></displayName>
<version><![CDATA[4.16.5]]></version>
<version><![CDATA[5.0.0]]></version>
<description><![CDATA[Upgrade to the latest version of PrestaShop in a few clicks, thanks to this automated method.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[administration]]></tab>
Expand Down

0 comments on commit 2a6fbfe

Please sign in to comment.