Skip to content

Commit

Permalink
Merge pull request #614 from LedgerHQ/rel/apa/1.12.0-dev
Browse files Browse the repository at this point in the history
Version bump to 1.12.0-dev
  • Loading branch information
apaillier-ledger committed Jul 25, 2024
2 parents b18788f + 551327f commit 6389499
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 @@ -38,9 +38,9 @@ endif
include ./makefile_conf/chain/$(CHAIN).mk

APPVERSION_M = 1
APPVERSION_N = 11
APPVERSION_N = 12
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev

# Application source files
APP_SOURCE_PATH += src src_features src_plugins
Expand Down

0 comments on commit 6389499

Please sign in to comment.