Skip to content

Commit a451934

Browse files
author
Kevin Hellemun
committed
Version bump to 0.12.4. 💪
1 parent 9e66f21 commit a451934

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
@@ -10,7 +10,7 @@
1010
<PackageId>Bunq.Sdk</PackageId>
1111
</PropertyGroup>
1212
<PropertyGroup>
13-
<VersionPrefix>0.12.3.0</VersionPrefix>
13+
<VersionPrefix>0.12.4.0</VersionPrefix>
1414
<VersionSuffix>beta</VersionSuffix>
1515
</PropertyGroup>
1616
<PropertyGroup>

BunqSdk/Http/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class ApiClient
5454
/// Values for the default headers
5555
/// </summary>
5656
private const string CACHE_CONTROL_NONE = "no-cache";
57-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.12.0.0-beta";
57+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.12.4.0-beta";
5858
private const string LANGUAGE_EN_US = "en_US";
5959
private const string REGION_NL_NL = "nl_NL";
6060
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

0 commit comments

Comments
 (0)