We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d240e commit 2f3668fCopy full SHA for 2f3668f
pom.xml
@@ -40,7 +40,7 @@
40
<name>DashScope Java SDK</name>
41
<groupId>com.alibaba</groupId>
42
<artifactId>dashscope-sdk-java</artifactId>
43
- <version>2.16.10</version>
+ <version>2.17.0</version>
44
45
<properties>
46
<maven.compiler.source>8</maven.compiler.source>
src/main/java/com/alibaba/dashscope/Version.java
@@ -3,5 +3,5 @@
3
package com.alibaba.dashscope;
4
5
public final class Version {
6
- public static final String version = "2.6.2";
+ public static final String version = "2.17.0";
7
}
0 commit comments