1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

trezorlib: bump required firmware version

mainly because of ethereum-get-address changes
This commit is contained in:
matejcik 2019-03-07 17:44:28 +01:00
parent c414e8abfa
commit a8b88bcb58

View File

@ -2,7 +2,7 @@ __version__ = "0.11.2"
# fmt: off
MINIMUM_FIRMWARE_VERSION = {
"1": (1, 6, 1),
"T": (2, 0, 10),
"1": (1, 8, 0),
"T": (2, 1, 0),
}
# fmt: on