Skip to content

Commit

Permalink
fix: versioning (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
drish committed Jun 12, 2024
1 parent 65a0cd6 commit e0e459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resend.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "2.7.0"
version = "2.9.0"
userAgent = "resend-go/" + version
contentType = "application/json"
)
Expand Down

0 comments on commit e0e459c

Please sign in to comment.