Skip to content

Commit bd0f1a1

Browse files
committed
bump version to v0.13.1
1 parent 23d5953 commit bd0f1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Constants.php

Lines changed: 1 addition & 1 deletion
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.00';
23+
public const VERSION = 'v0.13.10';
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)