Version bump to 0.6.0 [skip ci]

This commit is contained in:
Andrew Kane
2024-01-29 10:54:44 -08:00
parent 5b43aaad5a
commit 281d4fcf60
7 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
EXTENSION = vector
EXTVERSION = 0.5.1
EXTVERSION = 0.6.0
OBJS = src\hnsw.obj src\hnswbuild.obj src\hnswinsert.obj src\hnswscan.obj src\hnswutils.obj src\hnswvacuum.obj src\ivfbuild.obj src\ivfflat.obj src\ivfinsert.obj src\ivfkmeans.obj src\ivfscan.obj src\ivfutils.obj src\ivfvacuum.obj src\vector.obj
HEADERS = src\vector.h