Skip to content

Commit

Permalink
Merge pull request #29 from crowdsecurity/fix-releast-process
Browse files Browse the repository at this point in the history
bump version to v0.8.1
  • Loading branch information
mobula9 authored Dec 22, 2020
2 parents 7859468 + 3fb4186 commit a041c0c
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 @@ -18,7 +18,7 @@ class Constants
public const CAPI_URL = 'https://api.crowdsec.net/v2/';

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

/** @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 a041c0c

Please sign in to comment.