Skip to content

Commit

Permalink
bump version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobula9 committed Jun 23, 2021
1 parent 0deb787 commit c8e8531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c8e8531

Please sign in to comment.