From c8e85317b6ea34ed6dd195164fac30c51a57f140 Mon Sep 17 00:00:00 2001 From: Lucas Cherifi Date: Wed, 23 Jun 2021 22:41:57 +0200 Subject: [PATCH] bump version to v0.11.0 --- src/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.php b/src/Constants.php index ebeb5d6..8a7183f 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -20,7 +20,7 @@ class Constants public const CAPI_URL = 'https://api.crowdsec.net/v2/'; /** @var string The last version of this library */ - public const VERSION = 'v0.10.0'; + public const VERSION = 'v0.11.0'; /** @var string The user agent used to send request to LAPI or CAPI */ public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/'.self::VERSION;