Skip to content

Commit

Permalink
Update SERVERINO_REVISION to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Jun 8, 2024
1 parent fc693d9 commit fe93175
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 = 8;
public static int SERVERINO_REVISION = 9;

// 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 fe93175

Please sign in to comment.