bump version

This commit is contained in:
2023-11-09 18:34:00 +01:00
parent a964a99f3d
commit 7d0443ce4b

View File

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