Skip to content

Commit 47bd0d6

Browse files
committed
bump version to v0.7.0
1 parent c283e76 commit 47bd0d6

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.6.0';
21+
public const VERSION = 'v0.7.0';
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)