We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9b2cd commit 62b82c7Copy full SHA for 62b82c7
source/serverino/common.d
@@ -32,7 +32,7 @@ alias CoarseTime = MonoTimeImpl!(ClockType.coarse);
32
// Serverino version
33
public static int SERVERINO_MAJOR = 0;
34
public static int SERVERINO_MINOR = 7;
35
-public static int SERVERINO_REVISION = 3;
+public static int SERVERINO_REVISION = 4;
36
37
// Struct WorkerPayload is used to pass data from the worker to the daemon
38
// It is prepended to the actual response payload
0 commit comments