We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eec9bb commit e09fec0Copy full SHA for e09fec0
src/main/java/io/tiledb/libtiledb/tiledbConstants.java
@@ -14,5 +14,5 @@ public interface tiledbConstants {
14
public static final int TILEDB_OOM = (-2);
15
public static final int TILEDB_VERSION_MAJOR = 1;
16
public static final int TILEDB_VERSION_MINOR = 7;
17
- public static final int TILEDB_VERSION_PATCH = 4;
+ public static final int TILEDB_VERSION_PATCH = 7;
18
}
0 commit comments