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.
2 parents 2716496 + e09fec0 commit 32190c7Copy full SHA for 32190c7
gradle.properties
@@ -1,5 +1,5 @@
1
TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB
2
-TILEDB_GIT_TAG=1.7.6
+TILEDB_GIT_TAG=1.7.7
3
TILEDB_VERBOSE=OFF
4
TILEDB_S3=OFF
5
TILEDB_HDFS=OFF
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 = 3;
+ public static final int TILEDB_VERSION_PATCH = 7;
18
}
0 commit comments