Skip to content

Commit 62b82c7

Browse files
committed
Pump up to 0.7.4
1 parent cc9b2cd commit 62b82c7

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 = 3;
35+
public static int SERVERINO_REVISION = 4;
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)