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

Commit

Permalink
Bump to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jan 9, 2016
1 parent fdf03a2 commit 5d5b219
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, 2, 1];
static immutable Version = [2, 2, 2];
__gshared Mutex writeMutex;

void sendFinal(int id, JSONValue value)
Expand Down

0 comments on commit 5d5b219

Please sign in to comment.