Skip to content

Commit 1112691

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent ca802fd commit 1112691

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>aspose-words-cloud</artifactId>
55
<packaging>jar</packaging>
66
<name>AsposeWordsCloud</name>
7-
<version>20.6.0</version>
7+
<version>20.7.0</version>
88
<url>https://www.aspose.cloud/</url>
99
<description>Aspose Words Java SDK</description>
1010
<scm>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class ApiClient {
5151
private String apiVersion = "v4.0";
5252
private String baseUrl = "https://api.aspose.cloud";
5353
private String basePath = baseUrl + "/" + apiVersion;
54-
private String clientVersion = "20.6";
54+
private String clientVersion = "20.7";
5555
private boolean debugging = false;
5656
private Map<String, String> defaultHeaderMap = new HashMap<String, String>();
5757
private String tempFolderPath = null;

0 commit comments

Comments
 (0)