Skip to content

Commit

Permalink
chore(core): update version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Mar 20, 2024
1 parent 3202695 commit 9d9c658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mollie/mollie.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
RequestContentType string = "application/json"
IdempotencyKeyHeader string = "Idempotency-Key"
ClientName string = "MollieGoClient"
Version string = "3.14.0"
Version string = "4.0.0"
)

var (
Expand Down

0 comments on commit 9d9c658

Please sign in to comment.