Skip to content

Commit 24d1137

Browse files
bump version
1 parent 52fb5a6 commit 24d1137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boot/debug/boot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pwr = pyb.Pin("B15", pyb.Pin.OUT)
77
pwr.on()
88

9-
version = "<version:tag10>0100800301</version:tag10>"
9+
version = "<version:tag10>0100900001</version:tag10>"
1010

1111
leds = [pyb.LED(i) for i in range(1,5)]
1212
# poweroff on button press

boot/main/boot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
pwr = pyb.Pin("B15", pyb.Pin.OUT)
1414
pwr.on()
1515

16-
version = "<version:tag10>0100800399</version:tag10>"
16+
version = "<version:tag10>0100900099</version:tag10>"
1717

1818
# get i2c
1919
i2c = pyb.I2C(1)

0 commit comments

Comments
 (0)