diff --git a/src/client.php b/src/client.php index f960f3f..6a4703b 100644 --- a/src/client.php +++ b/src/client.php @@ -6,7 +6,7 @@ use FriendlyCaptcha\SDK\{ClientConfig, VerifyResult, ErrorCodes}; -const VERSION = "0.0.1"; +const VERSION = "0.1.0"; const EU_API_ENDPOINT = "https://eu.frcapi.com/api/v2/captcha/siteverify"; const GLOBAL_API_ENDPOINT = "https://global.frcapi.com/api/v2/captcha/siteverify";