Bump version: 0.23.0 → 0.23.1-beta.0

This commit is contained in:
Lance Release
2025-12-17 03:30:40 +00:00
parent ba94e69d5d
commit 2fd712312f
17 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>com.lancedb</groupId>
<artifactId>lancedb-core</artifactId>
<version>0.23.0</version>
<version>0.23.1-beta.0</version>
</dependency>
```