Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansnigirev committed Feb 2, 2021
1 parent ad11a6d commit 098e14f
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.4-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>0100400401</version:tag10>"
version = "<version:tag10>0100400501</version:tag10>"

leds = [pyb.LED(i) for i in range(1,5)]
# poweroff on button press
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.4-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>0100400499</version:tag10>"
version = "<version:tag10>0100400599</version:tag10>"

# get i2c
i2c = pyb.I2C(1)
Expand Down

0 comments on commit 098e14f

Please sign in to comment.