From d14b56904e75039efa5273fdacd4d9502c7c60fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Oct 2024 06:50:16 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index c9da7ba..f1360b6 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ #ifndef __LIBCPROJECT_VERSION__ -#define __LIBCPROJECT_VERSION__ "5.0.0" +#define __LIBCPROJECT_VERSION__ "5.1.0" #endif