Skip to content

Commit a26335d

Browse files
committed
fix: 支持的kicad版本统一为9.0
1 parent 48b5b68 commit a26335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def create_upstream_metadata(all_tags: List[str], current_tag: str,
114114
version_info = {
115115
"version": tag,
116116
"status": "stable",
117-
"kicad_version": "6.0"
117+
"kicad_version": "9.0"
118118
}
119119

120120
# 为当前tag添加下载信息

0 commit comments

Comments
 (0)