Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGag96 committed Mar 7, 2019
1 parent 9ad6c09 commit b03a5ba
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 @@ -3,7 +3,7 @@ import std.stdio, std.file, std.process, std.array, std.conv, std.string, std.re
std.algorithm, std.range;
import core.exception;

enum VERSION = "1.0.5";
enum VERSION = "1.0.6";

class Application : TkdApplication {
Text asmBox;
Expand Down

0 comments on commit b03a5ba

Please sign in to comment.