Skip to content

Commit f6ca8c2

Browse files
committed
Version bump to 1.14.18
1 parent cfaf8f1 commit f6ca8c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BunqSdk/BunqSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageId>Bunq.Sdk</PackageId>
99
</PropertyGroup>
1010
<PropertyGroup>
11-
<VersionPrefix>1.14.1</VersionPrefix>
11+
<VersionPrefix>1.14.18</VersionPrefix>
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<RootNamespace>Bunq.Sdk</RootNamespace>

BunqSdk/Http/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class ApiClient
6363
/// Values for the default headers
6464
/// </summary>
6565
private const string CACHE_CONTROL_NONE = "no-cache";
66-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.14.1";
66+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.14.18";
6767
private const string LANGUAGE_EN_US = "en_US";
6868
private const string REGION_NL_NL = "nl_NL";
6969
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

0 commit comments

Comments
 (0)