From 24653deee37f0787461207c19f34823fb5bcb971 Mon Sep 17 00:00:00 2001 From: joshua Date: Mon, 24 Apr 2023 14:58:18 +0100 Subject: [PATCH] Update TypeQL to 2.17.0 --- VERSION | 2 +- dependencies/vaticle/repositories.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d76bd2ba3e..3f8eb714d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.17.0 +2.17.1 diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 9ceabc6335..afd4f1cb13 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -25,7 +25,7 @@ def vaticle_typeql(): git_repository( name = "vaticle_typeql", remote = "https://github.com/vaticle/typeql", - tag = "2.14.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql + tag = "2.17.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql ) def vaticle_typedb_common():