Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed May 25, 2021
1 parent 0c7ad68 commit 6ed468a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.0';
public const VERSION = '5.3.3';

public const VERSION_MAYOR = 50000;

public const VERSION_MINOR = 3;

public const VERSION_PATCH = 0;
public const VERSION_PATCH = 3;

public static function getVersionNumber(): int
{
Expand Down

0 comments on commit 6ed468a

Please sign in to comment.