1.11.0-dev version bump

This commit is contained in:
Alexandre Paillier
2024-03-14 14:04:52 +01:00
parent bc5ac8daed
commit f8dd685d55
3 changed files with 6 additions and 4 deletions

View File

@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.11.0](https://github.com/ledgerhq/app-ethereum/compare/1.10.4...1.11.0) - 2023-XX-XX
## [1.10.4](https://github.com/ledgerhq/app-ethereum/compare/1.10.3...1.10.4) - 2023-03-08
### Added

View File

@@ -33,9 +33,9 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
##################
APPVERSION_M = 1
APPVERSION_N = 10
APPVERSION_P = 4
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APPVERSION_N = 11
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
APP_LOAD_FLAGS = --appFlags 0xa40 --dep Ethereum:$(APPVERSION)
###########################

View File

@@ -1,3 +1,3 @@
def test_configuration(cmd):
assert cmd.get_configuration() == (2, 1, 10, 4)
assert cmd.get_configuration() == (2, 1, 11, 0)