There was an error while loading. Please reload this page.
1 parent efd7f02 commit 98c8e6aCopy full SHA for 98c8e6a
2 files changed
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.22.30</version>
+ <version>2.22.31</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.22.30";
+ public static final String version = "2.22.31";
7
}
0 commit comments