bump version, use go 1.22

This commit is contained in:
2024-09-25 19:20:22 +02:00
parent 7ccb05558f
commit 1a1670076a
2 changed files with 2 additions and 2 deletions

View File

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