bump version

This commit is contained in:
2025-08-08 12:50:53 +02:00
parent d7368374b6
commit 15c40583a2

View File

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