mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
9 lines
117 B
Python
9 lines
117 B
Python
__version__ = "0.11.1"
|
|
|
|
# fmt: off
|
|
MINIMUM_FIRMWARE_VERSION = {
|
|
"1": (1, 6, 1),
|
|
"T": (2, 0, 10),
|
|
}
|
|
# fmt: on
|