From 824c49fe9766a2a8877c1190dc87b739425df232 Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Wed, 22 Feb 2023 09:35:42 -0700 Subject: [PATCH] Version 0.6.0 --- sw/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/CMakeLists.txt b/sw/CMakeLists.txt index 32ae248..995e0e0 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.1" + VERSION "0.6.0" LANGUAGES C CXX ASM )