Skip to content

Commit 6389499

Browse files
Merge pull request #614 from LedgerHQ/rel/apa/1.12.0-dev
Version bump to 1.12.0-dev
2 parents b18788f + 551327f commit 6389499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ endif
3838
include ./makefile_conf/chain/$(CHAIN).mk
3939

4040
APPVERSION_M = 1
41-
APPVERSION_N = 11
41+
APPVERSION_N = 12
4242
APPVERSION_P = 0
43-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
43+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
4444

4545
# Application source files
4646
APP_SOURCE_PATH += src src_features src_plugins

0 commit comments

Comments
 (0)