diff --git a/VERSION b/VERSION index 10c2c0c3d6..46b81d815a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.0 +2.11.0 diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 6659d8bd75..bec8a0f0ef 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -25,7 +25,7 @@ def vaticle_typeql_lang_java(): git_repository( name = "vaticle_typeql_lang_java", remote = "https://github.com/vaticle/typeql-lang-java", - commit = "fe685a73dd4c2132d99f8f39a9778c2aa687c4da", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql_lang_java + tag = "2.11.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql_lang_java ) def vaticle_typedb_common():