Skip to content

Commit 08ed5a1

Browse files
committed
CMakeLists: bump version to 9.1.1
Regression fix regarding truncation of large confirmation bodies.
1 parent 587ba55 commit 08ed5a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ endif()
8989
#
9090
# Versions MUST contain three parts and start with lowercase 'v'.
9191
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
92-
set(FIRMWARE_VERSION "v9.1.0")
93-
set(FIRMWARE_BTC_ONLY_VERSION "v9.1.0")
94-
set(FIRMWARE_BITBOXBASE_VERSION "v9.1.0")
92+
set(FIRMWARE_VERSION "v9.1.1")
93+
set(FIRMWARE_BTC_ONLY_VERSION "v9.1.1")
94+
set(FIRMWARE_BITBOXBASE_VERSION "v9.1.1")
9595
set(BOOTLOADER_VERSION "v1.0.2")
9696

9797
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)