From bc41f1273570f9e894848b85f2da5b7211806a95 Mon Sep 17 00:00:00 2001 From: Liu Dongmiao Date: Wed, 6 Mar 2024 06:35:50 +0800 Subject: [PATCH] version 0.3.0 --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 3a0f5bc..27075eb 100644 --- a/common.h +++ b/common.h @@ -5,7 +5,7 @@ #include "libwebsockets.h" #ifndef WSS_PLUGIN_VERSION -#define WSS_PLUGIN_VERSION "0.3.0-SNAPSHOT" +#define WSS_PLUGIN_VERSION "0.3.0" #endif #ifndef RX_BUFFER_SIZE