bump version

This commit is contained in:
2024-10-02 10:46:39 +02:00
parent 5afe1275bc
commit 3a9d753720

View File

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