upgrade version to v1.30

This commit is contained in:
YuQing 2023-01-30 09:27:21 +08:00
parent 42132c694c
commit 45d9a89e25

View File

@ -26,7 +26,7 @@ mvn install:install-file -DgroupId=org.csource -DartifactId=fastdfs-client-java
<dependency> <dependency>
<groupId>org.csource</groupId> <groupId>org.csource</groupId>
<artifactId>fastdfs-client-java</artifactId> <artifactId>fastdfs-client-java</artifactId>
<version>1.29-SNAPSHOT</version> <version>1.30-SNAPSHOT</version>
</dependency> </dependency>
``` ```