Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Mar 28, 2021
1 parent d8f02a5 commit 06d8586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/SemartApiSkeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ final class SemartApiSkeleton
{
public const CODENAME = 'Apem Comal';

public const VERSION = '5.2.1';
public const VERSION = '5.3.0';

public const VERSION_MAYOR = 50000;

public const VERSION_MINOR = 2;
public const VERSION_MINOR = 3;

public const VERSION_PATCH = 1;
public const VERSION_PATCH = 0;

public static function getVersionNumber(): int
{
Expand Down

0 comments on commit 06d8586

Please sign in to comment.