From 35f89f7f5b3b2cb80988e847453a432ce440f530 Mon Sep 17 00:00:00 2001 From: Liu Dongmiao Date: Sun, 23 Jun 2024 10:12:26 +0800 Subject: [PATCH] version 0.5.3 --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index d48f910..193aeee 100644 --- a/common.h +++ b/common.h @@ -42,7 +42,7 @@ typedef ev_ssize_t ssize_t; #define WSS_LISTEN_FLAGS (LEV_OPT_CLOSE_ON_FREE | LEV_OPT_CLOSE_ON_EXEC | LEV_OPT_REUSEABLE) #ifndef WSS_PROXY_VERSION -#define WSS_PROXY_VERSION "0.5.2" +#define WSS_PROXY_VERSION "0.5.3" #endif #ifndef LOGGER_NAME