Skip to content

Commit 7c70642

Browse files
committed
bump version to v0.10.0
1 parent 456bb89 commit 7c70642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Constants
2020
public const CAPI_URL = 'https://api.crowdsec.net/v2/';
2121

2222
/** @var string The last version of this library */
23-
public const VERSION = 'v0.9.0';
23+
public const VERSION = 'v0.10.0';
2424

2525
/** @var string The user agent used to send request to LAPI or CAPI */
2626
public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/'.self::VERSION;

0 commit comments

Comments
 (0)