Skip to content

Commit f0fc054

Browse files
committed
#5 fix version in User Agent
1 parent afcef2a commit f0fc054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BunqSdk/Http/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ApiClient
3939
/// Values for the default headers
4040
/// </summary>
4141
private const string CACHE_CONTROL_NONE = "no-cache";
42-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.0";
42+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.1-beta";
4343
private const string LANGUAGE_EN_US = "en_US";
4444
private const string REGION_NL_NL = "nl_NL";
4545
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

0 commit comments

Comments
 (0)