From 3761070e827666c335a97eec77a8153c8b1b88a6 Mon Sep 17 00:00:00 2001 From: William Bell Date: Thu, 30 May 2024 17:03:47 +0100 Subject: [PATCH] remove typo --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 0907909..334b758 100644 --- a/src/main.go +++ b/src/main.go @@ -10,7 +10,7 @@ var Args = os.Args[1:] type stack = []ArObject -const VERSION = "3.0.8a" +const VERSION = "3.0.8" const VERSION_NUM = 6 func newscope() ArObject {