added no versions of batch debug and showstack toggles

This commit is contained in:
2023-11-10 15:38:05 +01:00
parent b13fbc63e3
commit 40c4cf0e45
4 changed files with 20 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ import (
lua "github.com/yuin/gopher-lua"
)
const VERSION string = "2.0.7"
const VERSION string = "2.0.8"
const Usage string = `This is rpn, a reverse polish notation calculator cli.