Skip to content

Commit

Permalink
bump version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Sep 27, 2023
1 parent fc25faf commit 48019c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/start/install.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Release version:
<dependency>
<groupId>org.furyio</groupId>
<artifactId>fury-core</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<!-- row/arrow format support -->
<!-- <dependency>
<groupId>org.furyio</groupId>
<artifactId>fury-format</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency> -->
```

Expand Down
4 changes: 2 additions & 2 deletions docs/start/install.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Nightly快照版本:
<dependency>
<groupId>org.furyio</groupId>
<artifactId>fury-core</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
<!-- row/arrow format support -->
<!-- <dependency>
<groupId>org.furyio</groupId>
<artifactId>fury-format</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency> -->
```

Expand Down

0 comments on commit 48019c7

Please sign in to comment.