Skip to content

Commit 1a26a01

Browse files
Bumped version to 1.15.0-dev
1 parent 2c1a1cf commit 1a26a01

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.15.0](https://github.com/ledgerhq/app-ethereum/compare/1.14.0...1.15.0) - 2025-xx-xx
9+
810
## [1.14.0](https://github.com/ledgerhq/app-ethereum/compare/1.13.0...1.14.0) - 2024-12-19
911

1012
### Added

Makefile

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

3838
APPVERSION_M = 1
39-
APPVERSION_N = 14
39+
APPVERSION_N = 15
4040
APPVERSION_P = 0
41-
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
41+
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
4242

4343
# Application source files
4444
APP_SOURCE_PATH += src src_features src_plugins

0 commit comments

Comments
 (0)