Skip to content

Commit

Permalink
New update and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterujah committed Mar 2, 2024
1 parent 21ff211 commit 6e4cc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Config/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ abstract class Configuration
/**
* @var string $version version name
*/
public static $version = '2.5.0';
public static $version = '2.6.0';

/**
* @var int $versionCode version code
*/
public static $versionCode = 250;
public static $versionCode = 260;

/**
* Minimum required php version
Expand Down

0 comments on commit 6e4cc7f

Please sign in to comment.