From 9949337d4dd4e0d7a5022d141f045ea63d5de918 Mon Sep 17 00:00:00 2001 From: Andrea Fontana Date: Thu, 26 Dec 2024 12:00:26 +0100 Subject: [PATCH] Pump up version --- source/serverino/common.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/serverino/common.d b/source/serverino/common.d index 816fadf..01452a6 100644 --- a/source/serverino/common.d +++ b/source/serverino/common.d @@ -146,7 +146,7 @@ alias CoarseTime = MonoTimeImpl!(ClockType.coarse); // Serverino version public static int SERVERINO_MAJOR = 0; public static int SERVERINO_MINOR = 7; -public static int SERVERINO_REVISION = 13; +public static int SERVERINO_REVISION = 14; // Struct WorkerPayload is used to pass data from the worker to the daemon // It is prepended to the actual response payload