Skip to content

Commit be0a8ee

Browse files
committed
Raise the client version number to 2.0.0 due to some changes in the wat functions are called
1 parent 5bd8699 commit be0a8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const (
21-
ClientVersion = "1.1.0"
21+
ClientVersion = "2.0.0"
2222
Endpoint = "https://rest.messagebird.com"
2323
)
2424

0 commit comments

Comments
 (0)