From f0fc054576bfc67f9bc83a8f7e259d32f538ce78 Mon Sep 17 00:00:00 2001 From: Daniil Belyakov Date: Tue, 8 Aug 2017 12:57:41 +0200 Subject: [PATCH] #5 fix version in User Agent --- BunqSdk/Http/ApiClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BunqSdk/Http/ApiClient.cs b/BunqSdk/Http/ApiClient.cs index 306a9a7..ed377e7 100644 --- a/BunqSdk/Http/ApiClient.cs +++ b/BunqSdk/Http/ApiClient.cs @@ -39,7 +39,7 @@ public class ApiClient /// Values for the default headers /// 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";