We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089c7bb commit 5b55383Copy full SHA for 5b55383
src/main/java/com/mailjet/client/MailjetClient.java
@@ -88,7 +88,7 @@ public void logResponse(HttpResponse hr) {}
88
89
_client
90
.addHeader("Accept", "application/json")
91
- .addHeader("user-agent", "mailjet-apiv3-java/v3.1.0")
+ .addHeader("user-agent", "mailjet-apiv3-java/v3.1.1")
92
.addHeader("Authorization", "Basic " + authEncBytes);
93
}
94
0 commit comments