From be8a63ca8af54a964ddfde952a997acb0c7c780e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Aug 2023 13:40:47 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index bc93c7e..fef762e 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ #ifndef __LIBCPROJECT_VERSION__ -#define __LIBCPROJECT_VERSION__ "2.0.0" +#define __LIBCPROJECT_VERSION__ "3.0.0" #endif