6
0
Fork 0
master^2
nishengli 1 year ago
parent b273936c71
commit 3263c2d3a0
  1. 3
      pom.xml
  2. 2
      src/main/java/com/tsl3060/open/extend/core/constant/BuildInfo.java

@ -6,7 +6,7 @@
<groupId>com.tsl3060.open.extend</groupId> <groupId>com.tsl3060.open.extend</groupId>
<artifactId>tsl-open-sdk-java-wanshun</artifactId> <artifactId>tsl-open-sdk-java-wanshun</artifactId>
<version>0.3.19</version> <version>0.3.20</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -124,6 +124,7 @@
<version>3.1.0</version> <version>3.1.0</version>
<executions> <executions>
<execution> <execution>
<id>run</id>
<goals> <goals>
<goal>run</goal> <goal>run</goal>
</goals> </goals>

@ -1,5 +1,5 @@
package com.tsl3060.open.extend.core.constant; package com.tsl3060.open.extend.core.constant;
public final class BuildInfo { public final class BuildInfo {
/** SDK Version */ /** SDK Version */
public static String VERSION="0.3.19"; public static String VERSION="0.3.20";
} }

Loading…
Cancel
Save