Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit acccf8d

Browse files
author
WebFreak001
committed
Bump version to 2.1.0
1 parent 85305dd commit acccf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import std.json;
1616
import std.meta;
1717
import std.conv;
1818

19-
static immutable Version = [2, 0, 0];
19+
static immutable Version = [2, 1, 0];
2020
__gshared Mutex writeMutex;
2121

2222
void sendFinal(int id, JSONValue value)

0 commit comments

Comments
 (0)