From 31f1162e60b1b83097c7cc7cbb6a002db4156c6a Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 21 Apr 2020 21:47:25 -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 61ae42c7..9db36542 100644 --- a/mist/hello.bas +++ b/mist/hello.bas @@ -1,5 +1,5 @@ 5 HOME -10 PRINT "LOADING MIST V0.82" +10 PRINT "LOADING MIST V0.83" 20 PRINT:PRINT 40 PRINT "CONTROLS: ARROWS OR WASD" 50 PRINT " ENTER MOVES/ACTION"