This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9a8a1da upgrade install version to 0.5.1 (#125)
9a8a1da is described below
commit 9a8a1da62b9ee6e4f6179799707b39f35e3ab20f
Author: Shawn Yang <[email protected]>
AuthorDate: Tue May 28 18:55:34 2024 +0800
upgrade install version to 0.5.1 (#125)
---
docs/start/install.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/start/install.md b/docs/start/install.md
index 84d4002..f7f63e0 100644
--- a/docs/start/install.md
+++ b/docs/start/install.md
@@ -15,12 +15,12 @@ To add a dependency on Fury using Maven, use the following:
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-core</artifactId>
- <version>0.5.0</version>
+ <version>0.5.1</version>
</dependency>
<!-- row/arrow format support -->
<!-- <dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-format</artifactId>
- <version>0.5.0</version>
+ <version>0.5.1</version>
</dependency> -->
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]