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 de27e7b commit 730aa0aCopy full SHA for 730aa0a
lib/stm32-bootloader/bootloader.c
@@ -19,7 +19,7 @@
19
/* Private defines -----------------------------------------------------------*/
20
#define BOOTLOADER_VERSION_MAJOR 1 /*!< Major version */
21
#define BOOTLOADER_VERSION_MINOR 1 /*!< Minor version */
22
-#define BOOTLOADER_VERSION_PATCH 1 /*!< Patch version */
+#define BOOTLOADER_VERSION_PATCH 2 /*!< Patch version */
23
#define BOOTLOADER_VERSION_RC 0 /*!< Release candidate version */
24
25
/* Private typedef -----------------------------------------------------------*/
0 commit comments