diff --git a/src/Constants.php b/src/Constants.php index dad09d3..94cc71a 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -18,7 +18,7 @@ class Constants public const CAPI_URL = 'https://api.crowdsec.net/v2/'; /** @var string The last version of this library */ - public const VERSION = 'v0.8.0'; + public const VERSION = 'v0.8.1'; /** @var string The user agent used to send request to LAPI or CAPI */ public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/'.self::VERSION;