bump version

This commit is contained in:
2023-12-07 13:46:34 +01:00
parent dd14e7ec35
commit 28abd79961

View File

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