Skip to content

Commit

Permalink
improve user context cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Jan 23, 2022
1 parent 80d4fc0 commit e1cfe9b
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 @@ -13,13 +13,13 @@ final class SemartApiSkeleton

final public const CODENAME = 'Dodol Duren';

final public const VERSION = '5.8.2';
final public const VERSION = '5.8.3';

final public const VERSION_MAYOR = 50000;

final public const VERSION_MINOR = 800;

final public const VERSION_PATCH = 2;
final public const VERSION_PATCH = 3;

public static function getVersionNumber(): int
{
Expand Down

0 comments on commit e1cfe9b

Please sign in to comment.