Skip to content

Commit

Permalink
Merge pull request #7 from LedgerHQ/fbe/bump_version_to_2.1.4
Browse files Browse the repository at this point in the history
Bump version to 2.1.4
  • Loading branch information
fbeutin-ledger authored Dec 18, 2023
2 parents b500bd9 + 021f8cd commit 76870d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS)

APPVERSION_M=2
APPVERSION_N=1
APPVERSION_P=3
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-v2
APPVERSION_P=4
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

# simplify for tests
ifndef COIN
Expand Down

0 comments on commit 76870d0

Please sign in to comment.