Skip to content

Commit

Permalink
Removed -dev version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Feb 16, 2024
1 parent f554c89 commit 37989bd
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 = 4
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 37989bd

Please sign in to comment.