Skip to content

Commit

Permalink
bump version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansnigirev committed Dec 8, 2020
1 parent 78ea733 commit 5969c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot/debug/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# v1.4.1-rc1 - use odd rc for main firmware and even for debug
# so it's possible to upgrade from debug to main firmware.
# (rc99 is final version for production)
version = "<version:tag10>0100400101</version:tag10>"
version = "<version:tag10>0100400201</version:tag10>"

# poweroff on button press
pwrcb = lambda e: pwr.off()
Expand Down
2 changes: 1 addition & 1 deletion boot/main/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# v1.4.1-rc99 - use odd rc for main firmware and even for debug
# so it's possible to upgrade from debug to main firmware.
# (rc99 is final version for production)
version = "<version:tag10>0100400199</version:tag10>"
version = "<version:tag10>0100400299</version:tag10>"

# poweroff on button press
pwrcb = lambda e: pwr.off()
Expand Down

0 comments on commit 5969c70

Please sign in to comment.