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 75181c1 commit 5d49844Copy full SHA for 5d49844
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.resend
2
-VERSION_NAME=4.10.0
+VERSION_NAME=4.11.0
3
4
POM_URL=https://github.com/resendlabs/resend-java
5
POM_SCM_URL=https://github.com/resendlabs/resend-java.git
src/main/java/com/resend/core/net/impl/HttpClient.java
@@ -20,7 +20,7 @@ public class HttpClient implements IHttpClient<Response> {
20
public static final String BASE_API = "https://api.resend.com";
21
22
/** The version of the API */
23
- private static final String VERSION_NAME = "4.10.0";
+ private static final String VERSION_NAME = "4.11.0";
24
25
/** The User-Agent header value for HTTP requests. */
26
public static final String USER_AGENT = "resend-java/" + VERSION_NAME;
0 commit comments