From 03c64f8faad24c27203ee298689b3d8707158142 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Thu, 26 Jan 2023 11:46:22 +0100 Subject: [PATCH] chore(legacy): bump versions after release --- legacy/bootloader/version.h | 2 +- legacy/firmware/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/bootloader/version.h b/legacy/bootloader/version.h index f076e4c48..3d7066741 100644 --- a/legacy/bootloader/version.h +++ b/legacy/bootloader/version.h @@ -1,3 +1,3 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 12 -#define VERSION_PATCH 1 +#define VERSION_PATCH 2 diff --git a/legacy/firmware/version.h b/legacy/firmware/version.h index 2e77d533c..77eccd0f5 100644 --- a/legacy/firmware/version.h +++ b/legacy/firmware/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 12 -#define VERSION_PATCH 1 +#define VERSION_PATCH 2 #define FIX_VERSION_MAJOR 1 #define FIX_VERSION_MINOR 12