Skip to content

Commit d73dd84

Browse files
committed
Version bump 1.3.1
1 parent d13b7d6 commit d73dd84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/sendgrid/SendGrid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.apache.http.entity.ContentType;
2727

2828
public class SendGrid {
29-
private static final String VERSION = "1.3.0";
29+
private static final String VERSION = "1.3.1";
3030
private static final String USER_AGENT = "sendgrid/" + VERSION + ";java";
3131

3232
private static final String PARAM_TO = "to[%d]";

0 commit comments

Comments
 (0)