Skip to content

Commit

Permalink
Release 1.2.9 (#283)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
Soroush Saffari committed Jun 9, 2020
1 parent 77112b5 commit e0d56f3
Show file tree
Hide file tree
Showing 3 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.8
1.2.9
2 changes: 1 addition & 1 deletion dependencies/graknlabs/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit e0d56f3

Please sign in to comment.