Skip to content

Commit 3be863b

Browse files
committed
parse version
Signed-off-by: shmck <[email protected]>
1 parent bf94ae1 commit 3be863b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/utils/parse.ts

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export function parse(params: ParseParams): any {
9898
const mdContent: TutorialFrame = parseMdContent(params.text);
9999

100100
const parsed: Partial<T.Tutorial> = {
101+
version: params.config.version,
101102
summary: mdContent.summary,
102103
config: params.config.config,
103104
levels: [],

0 commit comments

Comments
 (0)