Skip to content

Commit

Permalink
Update UserAgent version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitar-kostov committed May 15, 2017
1 parent 0faeb40 commit 8986f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mailjet.Client/MailjetClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public enum ApiVersion
public class MailjetClient : IMailjetClient
{
private const string DefaultBaseAdress = "https://api.mailjet.com";
private const string UserAgent = "mailjet-api-v3-net/1.0";
private const string UserAgent = "mailjet-api-v3-net/1.0.0";
private const string JsonMediaType = "application/json";
private const string ApiVersionPathV3 = "v3";
private const string ApiVersionPathV3_1 = "v3.1";
Expand Down

0 comments on commit 8986f4d

Please sign in to comment.