update go to 1.24.5

This commit is contained in:
2025-10-02 22:54:31 +02:00
parent 0688d6b213
commit d449b4bd1f
4 changed files with 4 additions and 4 deletions

View File

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