From 57d0dd4b145a5ee6b7b4c48ffb55b04bc75a4a5d Mon Sep 17 00:00:00 2001 From: Znote Date: Tue, 2 Nov 2021 12:16:47 +0100 Subject: [PATCH] Bump engine version to 1.4.1 --- src/definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions.h b/src/definitions.h index 274a1eb84a..dbfa18878a 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -21,7 +21,7 @@ #define FS_DEFINITIONS_H_877452FEC245450C9F96B8FD268D8963 static constexpr auto STATUS_SERVER_NAME = "The Forgotten Server"; -static constexpr auto STATUS_SERVER_VERSION = "1.4"; +static constexpr auto STATUS_SERVER_VERSION = "1.4.1"; static constexpr auto STATUS_SERVER_DEVELOPERS = "Mark Samman"; static constexpr auto CLIENT_VERSION_MIN = 1097;