Skip to content

Commit c0f8860

Browse files
committed
bump version to v0.8.6
1 parent 4eac003 commit c0f8860

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
@@ -18,7 +18,7 @@ class Constants
1818
public const CAPI_URL = 'https://api.crowdsec.net/v2/';
1919

2020
/** @var string The last version of this library */
21-
public const VERSION = 'v0.8.5';
21+
public const VERSION = 'v0.8.6';
2222

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

0 commit comments

Comments
 (0)