Skip to content

Commit e09fec0

Browse files
committed
fixed patch version
1 parent 7eec9bb commit e09fec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/tiledb/libtiledb/tiledbConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ public interface tiledbConstants {
1414
public static final int TILEDB_OOM = (-2);
1515
public static final int TILEDB_VERSION_MAJOR = 1;
1616
public static final int TILEDB_VERSION_MINOR = 7;
17-
public static final int TILEDB_VERSION_PATCH = 4;
17+
public static final int TILEDB_VERSION_PATCH = 7;
1818
}

0 commit comments

Comments
 (0)