bump version

This commit is contained in:
2023-11-13 15:42:07 +01:00
parent ad3a49715c
commit 11eabee480

View File

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