Skip to content

Commit

Permalink
Release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed May 13, 2024
1 parent 1bfbfaa commit 655676e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Swow.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ function stream_poll_one($stream, int $events, int $timeout = -1): int { }
{
class Extension
{
public const VERSION = '1.5.2-dev';
public const VERSION = '1.5.2';
public const VERSION_ID = 10502;
public const MAJOR_VERSION = 1;
public const MINOR_VERSION = 5;
public const RELEASE_VERSION = 2;
public const EXTRA_VERSION = 'dev';
public const EXTRA_VERSION = '';

public static function isBuiltWith(string $lib): bool { }
}
Expand Down

0 comments on commit 655676e

Please sign in to comment.