Skip to content

Commit cc931a3

Browse files
committed
v0.6.0
1 parent 24de8eb commit cc931a3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ___________ ___________.__.__
44
\__ ___/____\_ _____/|__| | ____
55
| | / ___/| __) | | | _/ __ \
66
| | \___ \ | \ | | |_\ ___/
7-
|____|/____ >\___ / |__|____/\___ > version 0.5.0
7+
|____|/____ >\___ / |__|____/\___ > version 0.6.0
88
\/ \/ \/
99
</pre>
1010

example/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The example is to show how to write and read a TsFile File.
1010
<dependency>
1111
<groupId>cn.edu.tsinghua</groupId>
1212
<artifactId>tsfile</artifactId>
13-
<version>0.5.0</version>
13+
<version>0.6.0</version>
1414
</dependency>
1515
</dependencies>
1616
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>cn.edu.tsinghua</groupId>
55
<artifactId>tsfile</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.6.0</version>
77
<packaging>jar</packaging>
88

99
<name>TsFile</name>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:git://github.com/thulab/tsfile.git</connection>
5858
<developerConnection>scm:git:ssh://github.com:thulab/tsfile.git</developerConnection>
5959
<url>http://github.com/thulab/tsfile/tree/master</url>
60-
<tag>v0.5.0</tag>
60+
<tag>v0.6.0</tag>
6161
</scm>
6262

6363
<distributionManagement>

src/main/java/cn/edu/tsinghua/tsfile/common/conf/TSFileConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public class TSFileConfig {
131131
*/
132132
public static int dynamicDataSize = 1000;
133133

134-
public static final String MAGIC_STRING = "TsFilev0.5.0";
134+
public static final String MAGIC_STRING = "TsFilev0.6.0";
135135
/**
136136
* only can be used by TsFileDescriptor
137137
*/

0 commit comments

Comments
 (0)