Skip to content

Commit a68cd8d

Browse files
authored
Merge pull request #145 from TileDB-Inc/feature_JavaArray
Update to 1.7.3
2 parents 5e638e6 + 9eff3b5 commit a68cd8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'io.tiledb'
12-
version '0.2.3-SNAPSHOT'
12+
version '0.2.4-SNAPSHOT'
1313

1414
repositories {
1515
jcenter()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB
2-
TILEDB_GIT_TAG=1.7.2
2+
TILEDB_GIT_TAG=1.7.3
33
TILEDB_VERBOSE=OFF
44
TILEDB_S3=OFF
55
TILEDB_HDFS=OFF

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 = 1;
17+
public static final int TILEDB_VERSION_PATCH = 3;
1818
}

0 commit comments

Comments
 (0)