Skip to content

Commit

Permalink
Merge pull request PrestaShop#36338 from matks/bump-817
Browse files Browse the repository at this point in the history
Bump version to 8.1.7
  • Loading branch information
Hlavtox authored Jun 10, 2024
2 parents 685f465 + 90748c4 commit dd5d675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install-dev/install_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

define('_PS_INSTALL_VERSION_', '8.1.6');
define('_PS_INSTALL_VERSION_', '8.1.7');
define('_PS_INSTALL_MINIMUM_PHP_VERSION_ID_', 70205);
define('_PS_INSTALL_MAXIMUM_PHP_VERSION_ID_', 81099);

Expand Down
4 changes: 2 additions & 2 deletions src/Core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
*/
final class Version
{
public const VERSION = '8.1.6';
public const VERSION = '8.1.7';
public const MAJOR_VERSION_STRING = '8';
public const MAJOR_VERSION = 8;
public const MINOR_VERSION = 1;
public const RELEASE_VERSION = 6;
public const RELEASE_VERSION = 7;

// This class should not be instanciated
private function __construct()
Expand Down

0 comments on commit dd5d675

Please sign in to comment.