Skip to content

Commit a8b7132

Browse files
committed
Pumo up SERVERINO_REVISION to 2
1 parent 48279e9 commit a8b7132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/serverino/common.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ alias CoarseTime = MonoTimeImpl!(ClockType.coarse);
3232
// Serverino version
3333
public static int SERVERINO_MAJOR = 0;
3434
public static int SERVERINO_MINOR = 7;
35-
public static int SERVERINO_REVISION = 1;
35+
public static int SERVERINO_REVISION = 2;
3636

3737
// Struct WorkerPayload is used to pass data from the worker to the daemon
3838
// It is prepended to the actual response payload

0 commit comments

Comments
 (0)