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 Apr 21, 2023
1 parent 593f9ec commit 10b9b78
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=1
APPVERSION_P=2
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APP_LOAD_FLAGS=--appFlags 0xa50

Expand Down

0 comments on commit 10b9b78

Please sign in to comment.