Skip to content

Commit

Permalink
Release Grakn Workbase 1.2.5 #239
Browse files Browse the repository at this point in the history
## What is the goal of this PR?
Release Grakn Workbase 1.2.5
  • Loading branch information
Soroush Saffari authored Oct 15, 2019
1 parent 5c501b4 commit 26e133b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.4
1.2.5
4 changes: 2 additions & 2 deletions dependencies/graknlabs/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ def graknlabs_grakn_core():
git_repository(
name = "graknlabs_grakn_core",
remote = "https://github.com/graknlabs/grakn",
commit = "49b8da2fa9267c8403074d3bfc1590d31ad78c3d", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
tag = "1.5.9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
)

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

0 comments on commit 26e133b

Please sign in to comment.