Skip to content

Commit 9e8b72a

Browse files
committed
fix test
1 parent 4b137da commit 9e8b72a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/ironcorelabs/tenantsecurity/kms/v1/TenantSecurityRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private static String stripTrailingSlash(String s) {
6060
private final int timeout;
6161

6262
// TSC version that will be sent to the TSP.
63-
static final String sdkVersion = "8.0.1";
63+
static final String sdkVersion = "8.1.0";
6464

6565
TenantSecurityRequest(String tspDomain, String apiKey, int requestThreadSize, int timeout) {
6666
HttpHeaders headers = new HttpHeaders();

0 commit comments

Comments
 (0)