Skip to content

Commit bba1707

Browse files
committed
Merge remote-tracking branch 'benma/release'
2 parents b1a010a + 23f3248 commit bba1707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ endif()
8686
#
8787
# Versions MUST contain three parts and start with lowercase 'v'.
8888
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
89-
set(FIRMWARE_VERSION "v4.0.0")
90-
set(FIRMWARE_BTC_ONLY_VERSION "v4.0.0")
89+
set(FIRMWARE_VERSION "v4.1.0")
90+
set(FIRMWARE_BTC_ONLY_VERSION "v4.1.0")
9191
set(BOOTLOADER_VERSION "v1.0.1")
9292

9393
find_package(PythonInterp 3.6 REQUIRED)

0 commit comments

Comments
 (0)