Skip to content

Commit a041c0c

Browse files
authored
Merge pull request #29 from crowdsecurity/fix-releast-process
bump version to v0.8.1
2 parents 7859468 + 3fb4186 commit a041c0c

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

2020
/** @var string The last version of this library */
21-
public const VERSION = 'v0.8.0';
21+
public const VERSION = 'v0.8.1';
2222

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

0 commit comments

Comments
 (0)