Skip to content

Commit 730aa0a

Browse files
committed
Bump version
1 parent de27e7b commit 730aa0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stm32-bootloader/bootloader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/* Private defines -----------------------------------------------------------*/
2020
#define BOOTLOADER_VERSION_MAJOR 1 /*!< Major version */
2121
#define BOOTLOADER_VERSION_MINOR 1 /*!< Minor version */
22-
#define BOOTLOADER_VERSION_PATCH 1 /*!< Patch version */
22+
#define BOOTLOADER_VERSION_PATCH 2 /*!< Patch version */
2323
#define BOOTLOADER_VERSION_RC 0 /*!< Release candidate version */
2424

2525
/* Private typedef -----------------------------------------------------------*/

0 commit comments

Comments
 (0)