Skip to content

Commit 18c5bce

Browse files
authored
v3.7.0
1 parent 0229255 commit 18c5bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Shift4/Internal/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ApiClient : IApiClient
1717
private string _privateAuthToken;
1818
private IHttpClient _client;
1919
private IFileExtensionToMimeMapper _fileExtensionToMimeMapper;
20-
private string _sdkVersion = "3.6.0";
20+
private string _sdkVersion = "3.7.0";
2121

2222
public ApiClient(IHttpClient httpClient, ISecretKeyProvider secretKeyProvider, IFileExtensionToMimeMapper fileExtensionToMimeMapper)
2323
{

Shift4/Shift4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<PropertyGroup>
1010
<PackageId>Shift4</PackageId>
11-
<Version>3.6.0</Version>
11+
<Version>3.7.0</Version>
1212
<Authors>Shift4</Authors>
1313
<Copyright>©2024 Shift4. All rights reserved.</Copyright>
1414
<Company>Shift4</Company>

0 commit comments

Comments
 (0)