Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Nov 17, 2023
1 parent a9c6266 commit 61ac777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ APP_LOAD_PARAMS=--appFlags 0xa40 --path "44'/144'" --curve secp256k1 --curve ed2

APPVERSION_M=2
APPVERSION_N=2
APPVERSION_P=2
APPVERSION_P=3
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
DEFINES += UNUSED\(x\)=\(void\)x
DEFINES += APPVERSION=\"$(APPVERSION)\"
Expand Down

0 comments on commit 61ac777

Please sign in to comment.