From 1ffcaed6892832c09c4b4094c201cd4eff8fa622 Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Tue, 30 May 2023 19:51:18 +0800 Subject: [PATCH] set version to v0.23.4 --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.h b/src/common.h index 0a7bcbe..67b93c0 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef COMMON_H #define COMMON_H -#define FASTP_VER "0.23.3" +#define FASTP_VER "0.23.4" #define _DEBUG false