Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Nov 7, 2022
1 parent 4a56fc8 commit 778d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func CreateWithIdentity(apiKey string, platform string, platformVersion string)
}

func CreateWithClientId(apiKey string, apiClient int64) *ModernMT {
return CreateWithIdentityAndClientId(apiKey, "modernmt-go", "1.0.4", apiClient)
return CreateWithIdentityAndClientId(apiKey, "modernmt-go", "1.1.0", apiClient)
}

func CreateWithIdentityAndClientId(apiKey string, platform string, platformVersion string, apiClient int64) *ModernMT {
Expand Down

0 comments on commit 778d551

Please sign in to comment.