Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.resend
VERSION_NAME=4.9.0-alpha.2
VERSION_NAME=4.9.0

POM_URL=https://github.com/resendlabs/resend-java
POM_SCM_URL=https://github.com/resendlabs/resend-java.git
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/resend/core/net/impl/HttpClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class HttpClient implements IHttpClient<Response> {
public static final String BASE_API = "https://api.resend.com";

/** The version of the API */
private static final String VERSION_NAME = "4.9.0-alpha.2";
private static final String VERSION_NAME = "4.9.0";

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