Skip to content

Commit 37989bd

Browse files
Removed -dev version suffix
1 parent f554c89 commit 37989bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
3535
APPVERSION_M = 1
3636
APPVERSION_N = 10
3737
APPVERSION_P = 4
38-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
38+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
3939
APP_LOAD_FLAGS = --appFlags 0xa40 --dep Ethereum:$(APPVERSION)
4040

4141
###########################

0 commit comments

Comments
 (0)