add support for version numbers and change version

This commit is contained in:
2024-04-06 15:53:05 +01:00
parent e8d25d231c
commit 31158dfb89
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ var Args = os.Args[1:]
type stack = []ArObject
const VERSION = "3.0.3"
const VERSION = "3.0.4"
const VERSION_NUM = 0
// Example struct
type Person struct {