Skip to content

Commit 80489a6

Browse files
authored
Merge pull request #81 from jepler/update-7.0.0-final
update tag for 7.x
2 parents cde80f6 + 35880f4 commit 80489a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
# The name is used when constructing the zip file names.
2727
VERSIONS = [
2828
{"tag": "6.3.0", "name": "6.x"},
29-
{"tag": "7.0.0-alpha.3", "name": "7.x"},
29+
{"tag": "7.0.0", "name": "7.x"},
3030
]

0 commit comments

Comments
 (0)