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

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jan 8, 2016
1 parent 85305dd commit acccf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import std.json;
import std.meta;
import std.conv;

static immutable Version = [2, 0, 0];
static immutable Version = [2, 1, 0];
__gshared Mutex writeMutex;

void sendFinal(int id, JSONValue value)
Expand Down

0 comments on commit acccf8d

Please sign in to comment.