We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bf69f commit 0aa7bfeCopy full SHA for 0aa7bfe
CMakeLists.txt
@@ -85,8 +85,8 @@ endif()
85
#
86
# Versions MUST contain three parts and start with lowercase 'v'.
87
# Example 'v1.0.0'. They MUST not contain a pre-release label such as '-beta'.
88
-set(FIRMWARE_VERSION "v4.2.0")
89
-set(FIRMWARE_BTC_ONLY_VERSION "v4.2.0")
+set(FIRMWARE_VERSION "v4.2.1")
+set(FIRMWARE_BTC_ONLY_VERSION "v4.2.1")
90
set(BOOTLOADER_VERSION "v1.0.1")
91
92
find_package(PythonInterp 3.6 REQUIRED)
0 commit comments