Feature/edit stack command (#23)

* add edit feature
* bump version
This commit is contained in:
T.v.Dein
2023-12-04 13:53:18 +01:00
committed by GitHub
parent 416c163d94
commit 252e7eb8d9
4 changed files with 104 additions and 2 deletions

View File

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