File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/authsignal Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ pomName=Authsignal Server SDK for Java
22pomArtifactId =authsignal-java
33pomGroup =com.authsignal
44pomPackaging =jar
5- versionName =2.3 .0
5+ versionName =2.4 .0
66versionCode =2025
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public class AuthsignalClient {
2222
2323 private static final String DEFAULT_API_URL = "https://api.authsignal.com/v1" ;
2424 private static final int DEFAULT_RETRIES = 2 ;
25- private static final String VERSION = "2.3 .0" ;
25+ private static final String VERSION = "2.4 .0" ;
2626
2727 public Webhook webhook ;
2828
@@ -121,6 +121,7 @@ private CompletableFuture<HttpResponse<String>> getRequest(String path) {
121121 .uri (uri )
122122 .header ("Authorization" , getBasicAuthHeader ())
123123 .header ("X-Authsignal-Version" , VERSION )
124+ .header ("User-Agent" , "authsignal-java" )
124125 .GET ()
125126 .build ();
126127
You can’t perform that action at this time.
0 commit comments