diff --git a/src/main.go b/src/main.go index 9c6fd33..0cc4d2e 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.1" +const VERSION = "3.0.2" // Example struct type Person struct {