Update version number to 3.0.5 and fix code inconsistency

This commit is contained in:
2024-04-12 16:14:46 +01:00
parent a8fb5d4c1f
commit 0a8952bc3b
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ var Args = os.Args[1:]
type stack = []ArObject
const VERSION = "3.0.4-3"
const VERSION_NUM = 2
const VERSION = "3.0.5"
const VERSION_NUM = 3
func newscope() ArObject {
return Map(anymap{})