From 39afb9ef174f05ddc0a8475a6df3de3b2d4299ac Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Tue, 21 Feb 2023 15:19:50 -0700 Subject: [PATCH] Version 0.5.1 --- sw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/CMakeLists.txt b/sw/CMakeLists.txt index 4b75042..d4b8157 100644 --- a/sw/CMakeLists.txt +++ b/sw/CMakeLists.txt @@ -14,7 +14,7 @@ include(pico_sdk_import.cmake) include(pico_extras_import.cmake) project(picogus - VERSION "0.5.0" + VERSION "0.5.1" LANGUAGES C CXX ASM )