Copilot commented on code in PR #544:
URL: https://github.com/apache/tsfile/pull/544#discussion_r2205250090


##########
java/tsfile/README-zh.md:
##########
@@ -26,22 +26,22 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0-SNAPSHOT
+  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0
              \/     \/                 \/  
 </pre>
 
 ## 使用
 
 ### 在 Maven 中添加 TsFile 依赖
 
-当前开发版本是 `2.1.0-SNAPSHOT`,可以这样引用
+当前发布版本是 `2.1.0`,可以这样引用
 
 ```xml  
 <dependencies>
     <dependency>
       <groupId>org.apache.tsfile</groupId>
       <artifactId>tsfile</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.0-</version>

Review Comment:
   The version string has an extraneous trailing dash. It should be 
`<version>2.1.0</version>`.
   ```suggestion
         <version>2.1.0</version>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@tsfile.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to