Skip to content

Commit

Permalink
Set correct UA
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvbrdn committed Aug 8, 2024
1 parent 7e52bec commit 57faf85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class RegexSolverApiWrapper {

private final static String DEFAULT_BASE_URL = "https://api.regexsolver.com/";

private final static String USER_AGENT = "RegexSolver Java / 1.0.3";
private final static String USER_AGENT = "RegexSolver Java / 1.0.2";

private RegexApi api;

Expand Down

0 comments on commit 57faf85

Please sign in to comment.