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 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: WebFreak001 <[email protected]>
  • Loading branch information
WebFreak001 committed Jan 6, 2016
1 parent 326622b commit e11dd4e
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 @@ -9,7 +9,7 @@ import std.process;
import std.stdio;
import std.json;

static immutable Version = [1, 1, 0];
static immutable Version = [1, 2, 0];

void send(int id, JSONValue value)
{
Expand Down

0 comments on commit e11dd4e

Please sign in to comment.