From deefcecfb98f375d0253f5d4d729e7920bd68545 Mon Sep 17 00:00:00 2001 From: Marcus Andrade Date: Thu, 13 Apr 2023 16:37:56 -0500 Subject: [PATCH] build(main): bump to v0.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00aefa1..4c30c2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ endif () # Project Information project(MAX10-SVF-Cleaner - VERSION "0.1.0" + VERSION "0.2.0" DESCRIPTION "MAX10 SVF Cleaner is a tool that solves a problem related to Intel® MAX® 10 devices." HOMEPAGE_URL "https://github.com/opengateware-labs/tools-max10_svf_cleaner" LANGUAGES CXX)