Skip to content

Commit 7f6f0a5

Browse files
authored
updated bundle naming to match 3.0.0 final release
1 parent 421cd0f commit 7f6f0a5

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
@@ -24,5 +24,5 @@
2424

2525
VERSIONS = [
2626
{"tag": "2.3.1", "name": "2.3.1"},
27-
{"tag": "3.0.0-beta.0", "name": "3.0.0-beta.0"},
27+
{"tag": "3.0.0", "name": "3.0.0"},
2828
]

0 commit comments

Comments
 (0)