File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/resend/core/net/impl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11GROUP =com.resend
2- VERSION_NAME =4.9.0-alpha.1
2+ VERSION_NAME =4.9.0-alpha.2
33
44POM_URL =https://github.com/resendlabs/resend-java
55POM_SCM_URL =https://github.com/resendlabs/resend-java.git
Original file line number Diff line number Diff 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.9.0-alpha.1 " ;
23+ private static final String VERSION_NAME = "4.9.0-alpha.2 " ;
2424
2525 /** The User-Agent header value for HTTP requests. */
2626 public static final String USER_AGENT = "resend-java/" + VERSION_NAME ;
You can’t perform that action at this time.
0 commit comments