Skip to content

Commit

Permalink
Makefile: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Aug 7, 2023
1 parent 26914d5 commit 12c0035
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= --curve secp256k1 $(COMMON_LOAD_PARAMS)

APPVERSION_M=2
APPVERSION_N=1
APPVERSION_P=5
APPVERSION_P=6
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APP_LOAD_FLAGS=--appFlags 0xa50

Expand Down

0 comments on commit 12c0035

Please sign in to comment.