Bump version: 0.32.0-beta.2 → 0.33.0-beta.0

This commit is contained in:
Lance Release
2026-07-24 19:33:34 +00:00
parent f1626012df
commit 4f0cf10a9b
16 changed files with 19 additions and 19 deletions
+1 -1
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.32.0-beta.2</version>
<version>0.33.0-beta.0</version>
</dependency>
```