From b62ed1f9481c92966a35b48a57abe8c241bfa16e Mon Sep 17 00:00:00 2001 From: womendoushihaoyin Date: Fri, 11 Oct 2024 16:48:32 +0800 Subject: [PATCH] version 0.0.4 --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 7b8fef5ee5e..96e7e32fada 100644 --- a/version.inc +++ b/version.inc @@ -10,7 +10,7 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "0") endif() -set(Snapmaker_VERSION "0.0.3") +set(Snapmaker_VERSION "0.1.0") string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" Snapmaker_VERSION_MATCH ${Snapmaker_VERSION}) set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})