From 1fca099724db4aa819762d733c64fc1ab3607e1a Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 23 Mar 2020 17:02:03 -0400 Subject: [PATCH] mist: bump version number --- mist/hello.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist/hello.bas b/mist/hello.bas index d4909f68..90bfada3 100644 --- a/mist/hello.bas +++ b/mist/hello.bas @@ -1,5 +1,5 @@ 5 HOME -10 PRINT " LOADING MIST V0.6" +10 PRINT " LOADING MIST V0.7" 20 PRINT 30 PRINT " ______" 40 PRINT " A \/\/\/ SOFTWARE PRODUCTION"