From 9a5fc166cbe8c26b4f2934a008b19991fccb62a1 Mon Sep 17 00:00:00 2001 From: joshua Date: Fri, 15 Mar 2024 17:32:59 +0000 Subject: [PATCH] Use 1.9.1 with fixed release flow --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()