bump version

This commit is contained in:
2023-11-12 11:28:55 +01:00
parent e78e4f84f4
commit 0f2ca114a4

View File

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