From 78fe9ff404401450f27c86fffae64e5da4cccc7a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Aug 2023 12:24:43 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 646a136..3a817ab 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ #ifndef __LIBCPROJECT_VERSION__ -#define __LIBCPROJECT_VERSION__ "3.1.0" +#define __LIBCPROJECT_VERSION__ "4.0.0" #endif