Skip to content

Commit

Permalink
feat(*): Prepare release 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Dec 7, 2023
1 parent 616df38 commit d47b3ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
*/
class Constants
{
/**
* @var int the default connection timeout (time of connection phase in seconds) when calling a CrowdSec API
*/
public const API_CONNECT_TIMEOUT = 300;
/**
* @var int the default timeout (total time of transfer operation in seconds) when calling a CrowdSec API
*/
Expand All @@ -28,10 +32,6 @@ class Constants
* @var string The TLS auth type
*/
public const AUTH_TLS = 'tls';
/**
* @var int the default connection timeout (time of connection phase in seconds) when calling a CrowdSec API
*/
public const API_CONNECT_TIMEOUT = 300;
/**
* @var string The date format for CrowdSec data
*/
Expand Down Expand Up @@ -87,7 +87,7 @@ class Constants
/**
* @var string The current version of this library
*/
public const VERSION = 'v2.1.1';
public const VERSION = 'v2.2.0';
/**
* @var string The version regex
*/
Expand Down

0 comments on commit d47b3ac

Please sign in to comment.