1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

storage: next firmware version would be 1.7.0

This commit is contained in:
Roman Zeyde 2018-03-13 13:23:15 +02:00 committed by Pavol Rusnak
parent 5ad53e99c3
commit e444dadbb2

View File

@ -160,7 +160,7 @@ bool storage_from_flash(void)
// version 6: since 1.3.6
// version 7: since 1.5.1
// version 8: since 1.5.2
// version 9: since 1.6.1
// version 9: since 1.7.0
if (version > STORAGE_VERSION) {
// downgrade -> clear storage
return false;