Skip to content

Update to 1.7.3 #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'io.tiledb'
version '0.2.3-SNAPSHOT'
version '0.2.4-SNAPSHOT'

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TILEDB_GIT_REPOSITORY=https://github.com/TileDB-Inc/TileDB
TILEDB_GIT_TAG=1.7.2
TILEDB_GIT_TAG=1.7.3
TILEDB_VERBOSE=OFF
TILEDB_S3=OFF
TILEDB_HDFS=OFF
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/tiledb/libtiledb/tiledbConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ public interface tiledbConstants {
public static final int TILEDB_OOM = (-2);
public static final int TILEDB_VERSION_MAJOR = 1;
public static final int TILEDB_VERSION_MINOR = 7;
public static final int TILEDB_VERSION_PATCH = 1;
public static final int TILEDB_VERSION_PATCH = 3;
}