diff --git a/source/serverino/common.d b/source/serverino/common.d index 4479f5a..d9eebde 100644 --- a/source/serverino/common.d +++ b/source/serverino/common.d @@ -54,7 +54,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 = 12; +public static int SERVERINO_REVISION = 13; // Struct WorkerPayload is used to pass data from the worker to the daemon // It is prepended to the actual response payload