From 3796eb09cdaeded3cf9217916bf248f2da41aee7 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Tue, 19 Apr 2022 14:03:25 -0400 Subject: [PATCH] BL v bump --- stm32/MK4-Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32/MK4-Makefile b/stm32/MK4-Makefile index 7334f3a2..65970136 100644 --- a/stm32/MK4-Makefile +++ b/stm32/MK4-Makefile @@ -12,7 +12,7 @@ BOOTLOADER_BASE = 0x08000000 MK_NUM = 4 # This is release of the bootloader that will be built into the release firmware. -BOOTLOADER_VERSION = 3.1.3 +BOOTLOADER_VERSION = 3.1.4 BOOTLOADER_DIR = mk4-bootloader LATEST_RELEASE = $(shell ls -t1 ../releases/*-mk4-*.dfu | head -1)