diff --git a/README.md b/README.md index c3409d7..6b7e412 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Ranges are [inclusive, inclusive]. | TypeDB Loader | TypeDB Driver (internal) | TypeDB | TypeDB Cloud | |:-------------:|:------------------------:|:---------------:|:---------------:| -| 1.9.0 | 2.26.6 | 2.25.x - | 2.25.x - | +| 1.9.x | 2.26.6 | 2.25.x - | 2.25.x - | | 1.8.0 | 2.25.6 | 2.25.x - | 2.25.x - | | 1.7.0 | 2.18.1 | 2.18.x 2.23.x | 2.18.x 2.23.x | | 1.6.0 | 2.14.2 | 2.14.x - 2.17.x | 2.14.x - 2.16.x | diff --git a/build.gradle b/build.gradle index 34314df..002f812 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.vaticle.typedb-osi' -version '1.9.0' +version '1.9.1' repositories { mavenCentral()