From 7f2f5952efd2af2a4924df0b6164b53278176ceb Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Sun, 2 Oct 2022 17:51:33 +0800 Subject: [PATCH] bump: version `1.0.2` --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index 75f17d6..2b3b11e 100644 --- a/include/common.h +++ b/include/common.h @@ -4,7 +4,7 @@ #define TRUE 1 #define FALSE 0 -#define VERSION "1.0.1-beta" +#define VERSION "1.0.2" #define RANDOM_PORT_START 41952 #define RANDOM_PORT_END 65535