We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3cc9e commit bff550aCopy full SHA for bff550a
src/main/java/com/aspose/tasks/cloud/ApiClient.java
@@ -69,7 +69,7 @@ public class ApiClient {
69
private String apiVersion = "v3.0";
70
private String baseUrl = "https://api.aspose.cloud";
71
private String basePath = baseUrl + "/" + apiVersion;
72
- private String clientVersion = "21.4.0";
+ private String clientVersion = "21.7.0";
73
private boolean debugging = false;
74
private Map<String, String> defaultHeaderMap = new HashMap<String, String>();
75
private String tempFolderPath = null;
@@ -1135,4 +1135,4 @@ private class GetAccessTokenResult
1135
public String access_token;
1136
public String refresh_token;
1137
}
1138
-}
+}
0 commit comments