Skip to content

Commit e796bc0

Browse files
authored
Merge pull request #255 from adafruit/dhalbert-6.x-example-to-7.x
Mention 7.x instead of 6.x in the release notes generator
2 parents 628f852 + b257e7f commit e796bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/circuitpython_bundle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def new_release(bundle, bundle_path):
424424
release_description.append(
425425
"The libraries in each release are compiled for all recent major versions of CircuitPython."
426426
" Please download the one that matches the major version of your CircuitPython. For example"
427-
", if you are running 6.0.0 you should download the `6.x` bundle.\n"
427+
", if you are running 7.0.0 you should download the `7.x` bundle.\n"
428428
)
429429

430430
release_description.append(

0 commit comments

Comments
 (0)