We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7859468 + 3fb4186 commit a041c0cCopy full SHA for a041c0c
src/Constants.php
@@ -18,7 +18,7 @@ class Constants
18
public const CAPI_URL = 'https://api.crowdsec.net/v2/';
19
20
/** @var string The last version of this library */
21
- public const VERSION = 'v0.8.0';
+ public const VERSION = 'v0.8.1';
22
23
/** @var string The user agent used to send request to LAPI or CAPI */
24
public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/'.self::VERSION;
0 commit comments