This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-1 in repository https://gitbox.apache.org/repos/asf/fury.git
commit 48059b9f291bab6fdda99d7734fe6610071c33ce Author: Shawn Yang <[email protected]> AuthorDate: Fri Feb 21 14:53:25 2025 +0800 Update snapshot version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44ca7f01..6030868e 100644 --- a/README.md +++ b/README.md @@ -109,13 +109,13 @@ Nightly snapshot: <dependency> <groupId>org.apache.fury</groupId> <artifactId>fury-core</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fury</groupId> <artifactId>fury-format</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> --> ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
