Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruiyiyang committed Dec 17, 2018
1 parent a20178c commit 4c9ce6a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ___________ ___________.__.__
\__ ___/____\_ _____/|__| | ____
| | / ___/| __) | | | _/ __ \
| | \___ \ | \ | | |_\ ___/
|____|/____ >\___ / |__|____/\___ > version 0.8.0
|____|/____ >\___ / |__|____/\___ > version 0.7.1
\/ \/ \/
</pre>

Expand Down
2 changes: 1 addition & 1 deletion example/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The example is to show how to write and read a TsFile File.
<dependency>
<groupId>cn.edu.tsinghua</groupId>
<artifactId>tsfile</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</dependency>
</dependencies>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.edu.tsinghua</groupId>
<artifactId>tsfile</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.7.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>TsFile</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
<connection>scm:git:git://github.com/thulab/tsfile.git</connection>
<developerConnection>scm:git:ssh://github.com:thulab/tsfile.git</developerConnection>
<url>http://github.com/thulab/tsfile/tree/master</url>
<tag>v0.8.0</tag>
<tag>v0.7.1</tag>
</scm>

<distributionManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class TSFileConfig {
*/
public static int dynamicDataSize = 1000;

public static final String MAGIC_STRING = "TsFilev0.8.0";
public static final String MAGIC_STRING = "TsFilev0.7.1";
/**
* only can be used by TsFileDescriptor
*/
Expand Down

0 comments on commit 4c9ce6a

Please sign in to comment.