Skip to content

Commit 5d49844

Browse files
chore: Bump to v4.11.0 (#80)
1 parent 75181c1 commit 5d49844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.resend
2-
VERSION_NAME=4.10.0
2+
VERSION_NAME=4.11.0
33

44
POM_URL=https://github.com/resendlabs/resend-java
55
POM_SCM_URL=https://github.com/resendlabs/resend-java.git

src/main/java/com/resend/core/net/impl/HttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class HttpClient implements IHttpClient<Response> {
2020
public static final String BASE_API = "https://api.resend.com";
2121

2222
/** The version of the API */
23-
private static final String VERSION_NAME = "4.10.0";
23+
private static final String VERSION_NAME = "4.11.0";
2424

2525
/** The User-Agent header value for HTTP requests. */
2626
public static final String USER_AGENT = "resend-java/" + VERSION_NAME;

0 commit comments

Comments
 (0)