Skip to content

Commit

Permalink
bump version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobula9 committed Jan 23, 2021
1 parent 456bb89 commit 7c70642
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.9.0';
public const VERSION = 'v0.10.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 7c70642

Please sign in to comment.