We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13b7d6 commit d73dd84Copy full SHA for d73dd84
1 file changed
src/main/java/com/sendgrid/SendGrid.java
@@ -26,7 +26,7 @@
26
import org.apache.http.entity.ContentType;
27
28
public class SendGrid {
29
- private static final String VERSION = "1.3.0";
+ private static final String VERSION = "1.3.1";
30
private static final String USER_AGENT = "sendgrid/" + VERSION + ";java";
31
32
private static final String PARAM_TO = "to[%d]";
0 commit comments