Skip to content

Commit f16c5ad

Browse files
committed
update doc
1 parent 2714d81 commit f16c5ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -97,27 +97,27 @@ Nightly snapshot:
9797
<dependency>
9898
<groupId>org.furyio</groupId>
9999
<artifactId>fury-core</artifactId>
100-
<version>0.3.0-SNAPSHOT</version>
100+
<version>0.4.0-SNAPSHOT</version>
101101
</dependency>
102102
<!-- row/arrow format support -->
103103
<!-- <dependency>
104104
<groupId>org.furyio</groupId>
105105
<artifactId>fury-format</artifactId>
106-
<version>0.3.0-SNAPSHOT</version>
106+
<version>0.4.0-SNAPSHOT</version>
107107
</dependency> -->
108108
```
109109
Release version:
110110
```xml
111111
<dependency>
112112
<groupId>org.furyio</groupId>
113113
<artifactId>fury-core</artifactId>
114-
<version>0.2.1</version>
114+
<version>0.3.0</version>
115115
</dependency>
116116
<!-- row/arrow format support -->
117117
<!-- <dependency>
118118
<groupId>org.furyio</groupId>
119119
<artifactId>fury-format</artifactId>
120-
<version>0.2.1</version>
120+
<version>0.3.0</version>
121121
</dependency> -->
122122
```
123123

0 commit comments

Comments
 (0)