From c2fc6288da5d00db0936d9a22f8d593393d02901 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 8 Nov 2021 22:47:31 -0600 Subject: [PATCH] Bump version to 1.5.1 for bugfix --- firmware/asdf/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/asdf/CMakeLists.txt b/firmware/asdf/CMakeLists.txt index 56f0154..f6153db 100644 --- a/firmware/asdf/CMakeLists.txt +++ b/firmware/asdf/CMakeLists.txt @@ -23,7 +23,7 @@ elseif(ARCH MATCHES atmega2560) endif() project("asdf" - VERSION 1.5 + VERSION 1.5.1 DESCRIPTION "A customizable keyboard matrix controller for retrocomputers" LANGUAGES C)