Skip to content

Commit 0ae17a9

Browse files
authored
Merge pull request #132 from adafruit/dhalbert-patch-1
Update CircuitPython version tags in target_versions.py
2 parents d39edb4 + 0af572a commit 0ae17a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
# The tag specifies which version of CircuitPython to use for mpy-cross.
2626
# The name is used when constructing the zip file names.
2727
VERSIONS = [
28-
{"tag": "9.2.4", "name": "9.x"},
29-
{"tag": "10.0.0-alpha.2", "name": "10.x"},
28+
{"tag": "9.2.9", "name": "9.x"},
29+
{"tag": "10.0.0", "name": "10.x"},
3030
]

0 commit comments

Comments
 (0)