diff --git a/gradle.properties b/gradle.properties index c507dc9..571503b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.resend -VERSION_NAME=4.9.0-alpha.1 +VERSION_NAME=4.9.0-alpha.2 POM_URL=https://github.com/resendlabs/resend-java POM_SCM_URL=https://github.com/resendlabs/resend-java.git diff --git a/src/main/java/com/resend/core/net/impl/HttpClient.java b/src/main/java/com/resend/core/net/impl/HttpClient.java index 8d9c6d3..0417d5c 100644 --- a/src/main/java/com/resend/core/net/impl/HttpClient.java +++ b/src/main/java/com/resend/core/net/impl/HttpClient.java @@ -20,7 +20,7 @@ public class HttpClient implements IHttpClient { 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.1"; + private static final String VERSION_NAME = "4.9.0-alpha.2"; /** The User-Agent header value for HTTP requests. */ public static final String USER_AGENT = "resend-java/" + VERSION_NAME;