bump version (#6)

This commit is contained in:
T.v.Dein
2023-11-06 20:14:21 +01:00
committed by GitHub
parent ad2d9d98d6
commit e963a770a7

View File

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