bump version (#9)

This commit is contained in:
T.v.Dein
2023-11-07 14:19:47 +01:00
committed by GitHub
parent 23a4d87514
commit 64e66e9d7b

View File

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