From 892cc713912d1324e1d789184859e9ef40c365df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Jan 2023 16:47:43 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index f63af13..4e2b585 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ #ifndef __LIBCPROJECT_VERSION__ -#define __LIBCPROJECT_VERSION__ "1.0.0" +#define __LIBCPROJECT_VERSION__ "1.1.0" #endif