mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 11:39:03 +00:00
a8b88bcb58
mainly because of ethereum-get-address changes
9 lines
116 B
Python
9 lines
116 B
Python
__version__ = "0.11.2"
|
|
|
|
# fmt: off
|
|
MINIMUM_FIRMWARE_VERSION = {
|
|
"1": (1, 8, 0),
|
|
"T": (2, 1, 0),
|
|
}
|
|
# fmt: on
|