From a9a9983c0566a920d441796fbf90df095fb26eb2 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Wed, 30 Oct 2024 16:32:01 +0100 Subject: [PATCH] Update test VERSION --- ts-tests/common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts-tests/common.ts b/ts-tests/common.ts index f73ab46..57b9f80 100644 --- a/ts-tests/common.ts +++ b/ts-tests/common.ts @@ -8,8 +8,8 @@ const TESTNET_BIP_PATH = "44'/1'/0'/0'/0'"; export const VERSION = { major: 0, - minor: 2, - patch: 1, + minor: 9, + patch: 0, }; const ignoredScreens = ["", "Cancel", "Working...", "Quit", "Version"