Skip to content

Commit

Permalink
Removed version -dev suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Feb 3, 2023
1 parent 1bf18f8 commit 7d3bbc7
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 @@ -35,7 +35,7 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
APPVERSION_M=1
APPVERSION_N=10
APPVERSION_P=2
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APP_LOAD_FLAGS= --appFlags 0xa40 --dep Ethereum:$(APPVERSION)

###########################
Expand Down

0 comments on commit 7d3bbc7

Please sign in to comment.