Skip to content

Commit 26e133b

Browse files
author
Soroush Saffari
authored
Release Grakn Workbase 1.2.5 #239
## What is the goal of this PR? Release Grakn Workbase 1.2.5
1 parent 5c501b4 commit 26e133b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.4
1+
1.2.5

dependencies/graknlabs/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ def graknlabs_grakn_core():
2929
git_repository(
3030
name = "graknlabs_grakn_core",
3131
remote = "https://github.com/graknlabs/grakn",
32-
commit = "49b8da2fa9267c8403074d3bfc1590d31ad78c3d", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
32+
tag = "1.5.9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
3333
)
3434

3535
def graknlabs_client_nodejs():
3636
git_repository(
3737
name = "graknlabs_client_nodejs",
3838
remote = "https://github.com/graknlabs/client-nodejs",
39-
commit = "e154e29247f0daf8a605462b9b607a53ad76bf61", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_nodejs
39+
tag = "1.5.5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_nodejs
4040
)

0 commit comments

Comments
 (0)