This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1bb58c77 correct version in readme
1bb58c77 is described below

commit 1bb58c77b6090a53db82f7b15603516b78e7c73f
Author: Tian Jiang <[email protected]>
AuthorDate: Wed Feb 26 16:14:29 2025 +0800

    correct version in readme
---
 README-zh.md             | 2 +-
 README.md                | 2 +-
 cpp/README-zh.md         | 2 +-
 cpp/README.md            | 2 +-
 java/tsfile/README-zh.md | 6 +++---
 java/tsfile/README.md    | 6 +++---
 python/README.md         | 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README-zh.md b/README-zh.md
index 8bcd39d9..9476d4c5 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -26,7 +26,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0
+  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0-SNAPSHOT
              \/     \/                 \/  
 </pre>
 
[![codecov](https://codecov.io/github/apache/tsfile/graph/badge.svg?token=0Y8MVAB3K1)](https://codecov.io/github/apache/tsfile)
diff --git a/README.md b/README.md
index cbfb2bc2..9d797131 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0
+  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0-SNAPSHOT
              \/     \/                 \/  
 </pre>
 
[![codecov](https://codecov.io/github/apache/tsfile/graph/badge.svg?token=0Y8MVAB3K1)](https://codecov.io/github/apache/tsfile)
diff --git a/cpp/README-zh.md b/cpp/README-zh.md
index 6a26f2b9..b1279a58 100644
--- a/cpp/README-zh.md
+++ b/cpp/README-zh.md
@@ -25,7 +25,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0
+  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0-SNAPSHOT
              \/     \/                 \/  
 </pre>
 
diff --git a/cpp/README.md b/cpp/README.md
index 5a663b30..abd737a3 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -26,7 +26,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0
+  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0-SNAPSHOT
              \/     \/                 \/  
 </pre>
 
diff --git a/java/tsfile/README-zh.md b/java/tsfile/README-zh.md
index e97abb80..32f15fce 100644
--- a/java/tsfile/README-zh.md
+++ b/java/tsfile/README-zh.md
@@ -26,7 +26,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0
+  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0-SNAPSHOT
              \/     \/                 \/  
 </pre>
 
@@ -34,14 +34,14 @@ ___________    ___________.__.__
 
 ### 在 Maven 中添加 TsFile 依赖
 
-当前发布版本是 `2.1.0`,可以这样引用
+当前开发版本是 `2.1.0-SNAPSHOT`,可以这样引用
 
 ```xml  
 <dependencies>
     <dependency>
       <groupId>org.apache.tsfile</groupId>
       <artifactId>tsfile</artifactId>
-      <version>2.1.0</version>
+      <version>2.1.0-SNAPSHOT</version>
     </dependency>
 <dependencies>
 ```
diff --git a/java/tsfile/README.md b/java/tsfile/README.md
index d9aa79e0..b92bc52e 100644
--- a/java/tsfile/README.md
+++ b/java/tsfile/README.md
@@ -26,7 +26,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0
+  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0-SNAPSHOT
              \/     \/                 \/  
 </pre>
 
@@ -34,14 +34,14 @@ ___________    ___________.__.__
 
 ### Add TsFile as a dependency in Maven
 
-The current release version is `2.1.0`
+The current developing version is `2.1.0-SNAPSHOT`
 
 ```xml  
 <dependencies>
     <dependency>
       <groupId>org.apache.tsfile</groupId>
       <artifactId>tsfile</artifactId>
-      <version>2.1.0</version>
+      <version>2.1.0-SNAPSHOT</version>
     </dependency>
 <dependencies>
 ```
diff --git a/python/README.md b/python/README.md
index 23af6eb7..dcfd24e1 100644
--- a/python/README.md
+++ b/python/README.md
@@ -26,7 +26,7 @@ ___________    ___________.__.__
 \__    ___/____\_   _____/|__|  |   ____  
   |    | /  ___/|    __)  |  |  | _/ __ \ 
   |    | \___ \ |     \   |  |  |_\  ___/ 
-  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0
+  |____|/____  >\___  /   |__|____/\___  >  version 2.1.0-SNAPSHOT
              \/     \/                 \/  
 </pre>
 

Reply via email to