From ba1784b3ac1195db1fd99654de61fb3bb45e5427 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 18 Dec 2023 11:46:17 -0800 Subject: [PATCH] Preparations for Chrysalis-Firmware-Bundle 0.92.1 Bump the version, and finalize the release date. Signed-off-by: Jesse Vincent --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4da852..36cd108 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION="0.92.1-snapshot" +VERSION="0.92.1" export ARDUINO_DIRECTORIES_USER ?= ${CURDIR}/.arduino/user export ARDUINO_DIRECTORIES_DATA ?= ${CURDIR}/.arduino/data