diff --git a/source/app.d b/source/app.d index 623f30b..0d84829 100644 --- a/source/app.d +++ b/source/app.d @@ -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;