Skip to content

Commit bff550a

Browse files
Fixed readme file.
1 parent 1f3cc9e commit bff550a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/aspose/tasks/cloud/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class ApiClient {
6969
private String apiVersion = "v3.0";
7070
private String baseUrl = "https://api.aspose.cloud";
7171
private String basePath = baseUrl + "/" + apiVersion;
72-
private String clientVersion = "21.4.0";
72+
private String clientVersion = "21.7.0";
7373
private boolean debugging = false;
7474
private Map<String, String> defaultHeaderMap = new HashMap<String, String>();
7575
private String tempFolderPath = null;
@@ -1135,4 +1135,4 @@ private class GetAccessTokenResult
11351135
public String access_token;
11361136
public String refresh_token;
11371137
}
1138-
}
1138+
}

0 commit comments

Comments
 (0)