Skip to content

Commit e0d56f3

Browse files
author
Soroush Saffari
authored
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.
1 parent 77112b5 commit e0d56f3

File tree

3 files changed

+3
-3
lines changed

3 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.8
1+
1.2.9

dependencies/graknlabs/dependencies.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def graknlabs_grakn_core():
2929
git_repository(
3030
name = "graknlabs_grakn_core",
3131
remote = "https://github.com/graknlabs/grakn",
32-
commit = "1.7.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
32+
tag = "1.7.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core
3333
)
3434

3535
def graknlabs_client_nodejs():

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@
165165
"prebuild": "node version.js",
166166
"unit": "node ./node_modules/jest/bin/jest.js ./test/unit"
167167
},
168-
"version": "1.2.8"
168+
"version": "1.2.9"
169169
}

0 commit comments

Comments
 (0)