Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Jun 17, 2023
1 parent 5bc6cbf commit 302f91c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The version **IDMarinas Edition** is based on the version **1.1.2 Dragonprime**

## IDMarinas Edition

Version of the IDMarinas Edition: **_7.1.7_**
Version of the IDMarinas Edition: **_7.1.8_**

The intention to make a new branch of the Core, is to be able to update certain aspects, which were outdated, such as the script that is used to access the database, while correcting certain errors, and adding new options of customization.

Expand Down
1 change: 1 addition & 0 deletions src/core/Installer/Pattern/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ trait Version
'7.1.5 IDMarinas Edition' => 70105,
'7.1.6 IDMarinas Edition' => 70106,
'7.1.7 IDMarinas Edition' => 70107,
'7.1.8 IDMarinas Edition' => 70108,
];

/**
Expand Down
6 changes: 3 additions & 3 deletions src/core/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ class Kernel extends BaseKernel
{
use MicroKernelTrait;

public const VERSION = '7.1.7 IDMarinas Edition'; // Version of game in public display format.
public const VERSION_ID = 70107; // Identify version of game in numeric format.
public const VERSION = '7.1.8 IDMarinas Edition'; // Version of game in public display format.
public const VERSION_ID = 70108; // Identify version of game in numeric format.
public const MAJOR_VERSION = 7;
public const MINOR_VERSION = 1;
public const RELEASE_VERSION = 7;
public const RELEASE_VERSION = 8;
public const EXTRA_VERSION = '';
public const VERSION_NUMBER = self::VERSION_ID; //-- Alias of VERSION_ID
public const TEXT_DOMAIN_DEFAULT = 'app_default';
Expand Down

0 comments on commit 302f91c

Please sign in to comment.