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