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

2
go.mod
View File

@@ -1,6 +1,6 @@
module rpn
go 1.20
go 1.22
require (
github.com/chzyer/readline v1.5.1 // indirect

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.