From b03a5badfca81ce9496bbe64d236ccdf46f068e1 Mon Sep 17 00:00:00 2001 From: TheGag96 Date: Wed, 6 Mar 2019 21:00:27 -0600 Subject: [PATCH] Bump version number --- source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;