Skip to content

Commit

Permalink
Update SERVERINO_REVISION to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Sep 10, 2024
1 parent 3779f41 commit 05c8979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/serverino/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 10;
public static int SERVERINO_REVISION = 11;

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

0 comments on commit 05c8979

Please sign in to comment.