From 957603b3bcd7d77fcdad12528289df77b232e6cd Mon Sep 17 00:00:00 2001 From: Davide Perini Date: Fri, 27 Jan 2023 15:01:20 +0100 Subject: [PATCH] Arduino Bootstrapper (v1.13.5) --- include/Version.h | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/Version.h b/include/Version.h index 1a62b77..c951919 100644 --- a/include/Version.h +++ b/include/Version.h @@ -1,9 +1,9 @@ // AUTO GENERATED FILE, DO NOT EDIT #ifndef VERSION - #define VERSION "1.9.4" + #define VERSION "1.9.5" #endif #ifndef BUILD_TIMESTAMP - #define BUILD_TIMESTAMP "2023-01-07 14:58:11.258354" + #define BUILD_TIMESTAMP "2023-01-27 14:59:58.271123" #endif \ No newline at end of file diff --git a/version b/version index 70b02ff..6ecac68 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.9.4 \ No newline at end of file +1.9.5 \ No newline at end of file