Skip to content

Commit bd648e5

Browse files
committed
fix(sdk): always sync target version
1 parent c2ec8ad commit bd648e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/lock.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ dev:
3737
'(\s*"description"\s*:\s*").*(",?)': TAGLINE
3838
typegraph/node/sdk/src/tg_manage.ts:
3939
(const\s+VERSION\s*=\s*").*(";): METATYPE_VERSION
40+
typegraph/python/typegraph/graph/tg_manage.py:
41+
(VERSION\s*=\s*").*("): METATYPE_VERSION
4042
typegraph/node/package.json:
4143
'(\s*"version"\s*:\s*").+(",?)': METATYPE_VERSION
4244
'(\s*"description"\s*:\s*").*(",?)': TAGLINE

0 commit comments

Comments
 (0)