From 81985b35a8294f87fd234e5c1728108c70dd9074 Mon Sep 17 00:00:00 2001 From: poetic android <i@poeticandroid.online> Date: Sun, 15 Dec 2019 19:30:13 +0100 Subject: [PATCH] bump --- source/machine.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/machine.d b/source/machine.d index 56d4d93..557f05c 100644 --- a/source/machine.d +++ b/source/machine.d @@ -26,7 +26,7 @@ import pixmap; import image_loader; import network; -const VERSION = "0.9.17"; /// version of the software +const VERSION = "0.10.0"; /// version of the software /** Class representing "the machine"!