Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jan 2, 2024
1 parent 2ef69bf commit 4883c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 4883c22

Please sign in to comment.