Skip to content

Commit

Permalink
Merge pull request LedgerHQ#94 from blockydevs/app-version-bump
Browse files Browse the repository at this point in the history
Bump app version
  • Loading branch information
tdejoigny-ledger authored Sep 11, 2024
2 parents 787b919 + d55cb64 commit c3306fa
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 @@ -37,7 +37,7 @@ APPNAME = "Solana"
# Application version
APPVERSION_M = 1
APPVERSION_N = 5
APPVERSION_P = 1
APPVERSION_P = 2
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

# Application source files
Expand Down

0 comments on commit c3306fa

Please sign in to comment.