From 8c5c1cfc3ce69796218999b42e8643229175d98e Mon Sep 17 00:00:00 2001 From: Seth Shelnutt Date: Tue, 25 Aug 2020 08:20:28 -0400 Subject: [PATCH] Update to TileDB 2.0.8 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2252a550..0a9fa64c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB -TILEDB_GIT_TAG=2.0.3 +TILEDB_GIT_TAG=2.0.8 TILEDB_VERBOSE=OFF TILEDB_S3=ON TILEDB_HDFS=OFF