Skip to content

Commit 2f3668f

Browse files
authoredDec 30, 2024
release: 2.17.0 (#11)
* prepare for v2.17.0 release
1 parent 71d240e commit 2f3668f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<name>DashScope Java SDK</name>
4141
<groupId>com.alibaba</groupId>
4242
<artifactId>dashscope-sdk-java</artifactId>
43-
<version>2.16.10</version>
43+
<version>2.17.0</version>
4444

4545
<properties>
4646
<maven.compiler.source>8</maven.compiler.source>

‎src/main/java/com/alibaba/dashscope/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
package com.alibaba.dashscope;
44

55
public final class Version {
6-
public static final String version = "2.6.2";
6+
public static final String version = "2.17.0";
77
}

0 commit comments

Comments
 (0)
Failed to load comments.