Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Jan 30, 2022
1 parent 175a943 commit cbcc17f
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 @@ -29,13 +29,13 @@ final class SemartApiSkeleton

final public const API_CLIENT_DEVICE_ID = 'API_CLIENT_DEVICE_ID';

final public const VERSION = '5.9.0';
final public const VERSION = '5.9.1';

final public const VERSION_MAYOR = 50000;

final public const VERSION_MINOR = 900;

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

public static function getVersionNumber(): int
{
Expand Down

0 comments on commit cbcc17f

Please sign in to comment.