Skip to content

Commit

Permalink
chore: updated versiob
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla committed Jun 27, 2024
1 parent 6911d87 commit 846efaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/sendgrid/BaseInterface.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.sendgrid;

import com.sendgrid.constant.Config;

import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
Expand All @@ -11,7 +13,7 @@
*/
public abstract class BaseInterface implements SendGridAPI {

private static final String VERSION = "4.10.2";
private static final String VERSION = Config.VERSION;

private static final String USER_AGENT = "sendgrid/" + VERSION + ";java";
private static final int RATE_LIMIT_RESPONSE_CODE = 429;
Expand Down

0 comments on commit 846efaa

Please sign in to comment.