Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Jan 23, 2022
1 parent 0c99d0f commit b57f1bd
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.1';
final public const VERSION = '5.8.2';

final public const VERSION_MAYOR = 50000;

final public const VERSION_MINOR = 800;

final public const VERSION_PATCH = 1;
final public const VERSION_PATCH = 2;

public static function getVersionNumber(): int
{
Expand Down

0 comments on commit b57f1bd

Please sign in to comment.