Skip to content

Commit

Permalink
Update version to 1.7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Jul 16, 2019
1 parent 844ceb9 commit 403a3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/AppKernel.php
Expand Up @@ -31,10 +31,10 @@

class AppKernel extends Kernel
{
const VERSION = '1.7.6.0';
const VERSION = '1.7.7.0';
const MAJOR_VERSION_STRING = '1.7';
const MAJOR_VERSION = 17;
const MINOR_VERSION = 6;
const MINOR_VERSION = 7;
const RELEASE_VERSION = 0;

/**
Expand Down
2 changes: 1 addition & 1 deletion install-dev/install_version.php
Expand Up @@ -24,7 +24,7 @@
* International Registered Trademark & Property of PrestaShop SA
*/

define('_PS_INSTALL_VERSION_', '1.7.6.0');
define('_PS_INSTALL_VERSION_', '1.7.7.0');

define('_PS_INSTALL_MINIMUM_PHP_VERSION_ID_', 50600);
define('_PS_INSTALL_MINIMUM_PHP_VERSION_', '5.6');

0 comments on commit 403a3ff

Please sign in to comment.