Skip to content

Commit

Permalink
#5 fix version in User Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-blkv committed Aug 8, 2017
1 parent afcef2a commit f0fc054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BunqSdk/Http/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ApiClient
/// Values for the default headers
/// </summary>
private const string CACHE_CONTROL_NONE = "no-cache";
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.0";
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.1-beta";
private const string LANGUAGE_EN_US = "en_US";
private const string REGION_NL_NL = "nl_NL";
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";
Expand Down

0 comments on commit f0fc054

Please sign in to comment.