From 8011fba2e31457efd9d2c356c93cf09f3c050c72 Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Wed, 15 Nov 2023 20:50:03 -0700 Subject: [PATCH] Firmware v1.0.1 --- sw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/CMakeLists.txt b/sw/CMakeLists.txt index 929410e..e1bcdcc 100644 --- a/sw/CMakeLists.txt +++ b/sw/CMakeLists.txt @@ -16,7 +16,7 @@ include(pico_sdk_import.cmake) include(pico_extras_import.cmake) project(picogus - VERSION "1.0.0" + VERSION "1.0.1" LANGUAGES C CXX ASM )