From a057a49c32601a39943a78216ee7c826356ba089 Mon Sep 17 00:00:00 2001 From: Hayden Roche Date: Tue, 30 Jan 2024 09:04:37 -0800 Subject: [PATCH] Bump patch version. (#137) --- note.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note.h b/note.h index 1ea9e13..1ad5941 100644 --- a/note.h +++ b/note.h @@ -23,7 +23,7 @@ #define NOTE_C_VERSION_MAJOR 2 #define NOTE_C_VERSION_MINOR 1 -#define NOTE_C_VERSION_PATCH 1 +#define NOTE_C_VERSION_PATCH 2 // If double and float are the same size, then we must be on a small MCU. Turn // on NOTE_C_LOW_MEM to conserve memory.