From 3fb01ce735e3aab1991fe02ff8a129cd0d043343 Mon Sep 17 00:00:00 2001 From: staylightblow8 Date: Thu, 30 Jun 2022 14:01:39 +0800 Subject: [PATCH] Update version.h --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 60b48c5..22be595 100644 --- a/version.h +++ b/version.h @@ -1,8 +1,8 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define VERSION "1.05.561" -#define PROTOCOL_VERESION "0.42.0" +#define VERSION "1.05.579" +#define PROTOCOL_VERESION "0.43.0" #define CLIENT_V 1 #endif //_VERSION_H_