From 8d1f52a6cc0ea6c6e9e8892037d375d402ed3aed Mon Sep 17 00:00:00 2001 From: Davide Perini Date: Mon, 19 Jun 2023 12:42:58 +0200 Subject: [PATCH] Arduino Bootstrapper update (v.1.15.1) --- arduino_bootstrapper | 2 +- include/Version.h | 4 ++-- version | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arduino_bootstrapper b/arduino_bootstrapper index 686c40e..37d5393 160000 --- a/arduino_bootstrapper +++ b/arduino_bootstrapper @@ -1 +1 @@ -Subproject commit 686c40ecf97d920e7b57b0e604ab8da5431b218e +Subproject commit 37d53938979783f54eefb626c6827d45fa6e1d75 diff --git a/include/Version.h b/include/Version.h index c7f10c4..990d211 100644 --- a/include/Version.h +++ b/include/Version.h @@ -1,9 +1,9 @@ // AUTO GENERATED FILE, DO NOT EDIT #ifndef VERSION - #define VERSION "6.14.29" + #define VERSION "6.14.31" #endif #ifndef BUILD_TIMESTAMP - #define BUILD_TIMESTAMP "2023-05-27 22:36:00.569406" + #define BUILD_TIMESTAMP "2023-06-19 12:42:13.356171" #endif \ No newline at end of file diff --git a/version b/version index b077657..acb6c32 100644 --- a/version +++ b/version @@ -1 +1 @@ -6.14.29 \ No newline at end of file +6.14.31 \ No newline at end of file