From e0d56f3be35e4dc13738bf8ab1b6dfd74d077fd9 Mon Sep 17 00:00:00 2001 From: Soroush Saffari Date: Tue, 9 Jun 2020 12:54:43 +0100 Subject: [PATCH] Release 1.2.9 (#283) ## What is the goal of this PR? Prepare to release Workbase 1.2.9. ## What are the changes implemented in this PR? Bumps versions and specifies dependencies. --- VERSION | 2 +- dependencies/graknlabs/dependencies.bzl | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 5975b143a..434dcac4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.8 \ No newline at end of file +1.2.9 \ No newline at end of file diff --git a/dependencies/graknlabs/dependencies.bzl b/dependencies/graknlabs/dependencies.bzl index 790cacaaf..39e92e276 100644 --- a/dependencies/graknlabs/dependencies.bzl +++ b/dependencies/graknlabs/dependencies.bzl @@ -29,7 +29,7 @@ def graknlabs_grakn_core(): git_repository( name = "graknlabs_grakn_core", remote = "https://github.com/graknlabs/grakn", - commit = "1.7.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core + tag = "1.7.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core ) def graknlabs_client_nodejs(): diff --git a/package.json b/package.json index 8f85c1fd7..881fc2b18 100644 --- a/package.json +++ b/package.json @@ -165,5 +165,5 @@ "prebuild": "node version.js", "unit": "node ./node_modules/jest/bin/jest.js ./test/unit" }, - "version": "1.2.8" + "version": "1.2.9" } \ No newline at end of file