We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48279e9 commit a8b7132Copy full SHA for a8b7132
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 = 1;
+public static int SERVERINO_REVISION = 2;
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