Skip to content

Commit a7db8a6

Browse files
committed
fix: update version in test
1 parent 942196d commit a7db8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-tests/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const TESTNET_BIP_PATH = "44'/1'/0'/0'/0'";
99
export const VERSION = {
1010
major: 0,
1111
minor: 9,
12-
patch: 0,
12+
patch: 1,
1313
};
1414

1515
const ignoredScreens = ["", "Cancel", "Working...", "Quit", "Version"

0 commit comments

Comments
 (0)