Skip to content

Commit 8516528

Browse files
committed
bump up version to 0.10.0
1 parent 33b5a78 commit 8516528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BunqSdk/BunqSdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageId>Bunq.Sdk</PackageId>
1111
</PropertyGroup>
1212
<PropertyGroup>
13-
<VersionPrefix>0.9.2.0</VersionPrefix>
13+
<VersionPrefix>0.10.0.0</VersionPrefix>
1414
<VersionSuffix>beta</VersionSuffix>
1515
</PropertyGroup>
1616
<PropertyGroup>

BunqSdk/Http/ApiClient.cs

+1-1
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.2.0-beta";
42+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.10.0.0-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)