Skip to content

Commit ba06ce0

Browse files
chore(*): bump version to v0.14.0
1 parent c9bc915 commit ba06ce0

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

2222
/** @var string The last version of this library */
23-
public const VERSION = 'v0.13.3';
23+
public const VERSION = 'v0.14.0';
2424

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

0 commit comments

Comments
 (0)